juanbernabo/in_place_editing
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
InPlaceEditing with acts_as_textiled support
============================================
Example:
# Model
class Post < ActiveRecord::Base
acts_as_textiled :body
end
# Controller
class BlogController < ApplicationController
in_place_edit_for :post, :body
end
# View
<%= in_place_editor_field :post, 'body' %>
Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license
Copyrigth (c) 2009 Juan Esteban Bernabó