Show More
Commit Description:
start working on e-mail registration...
Commit Description:
start working on e-mail registration git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@294 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
vendor/plugins/in_place_editing/README | 13 lines | 279 B | text/plain | TextLexer |
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