Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 0 notes

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

DEPRECATION WARNING: This method will become a separate plugin when Rails 2.0 ships.

Example:

  # Controller
  class BlogController < ApplicationController
    in_place_edit_for :post, :title
  end

  # View
  <%= in_place_editor_field :post, 'title' %>

For help on defining an in place editor in the browser, see ActionView::Helpers::JavaScriptHelper.

Show files where this module is defined (1 file)
Register or log in to add new notes.