Ruby
Latest commit
8c5487e
Feb 23, 2009
Signed-off-by: Michael Koziarski <michael@koziarski.com>
| Failed to load latest commit information. | |||
|
|
lib | ||
|
|
test | ||
|
|
README | ||
|
|
Rakefile | ||
|
|
init.rb |
|
|
README
InPlaceEditing
==============
Example:
# Controller
class BlogController < ApplicationController
in_place_edit_for :post, :title
end
# View
<%= in_place_editor_field :post, 'title' %>
Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license