mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Documentation fixes
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3318 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Fix incorrect documentation for form_for [Nicholas Seckar]
|
||||
|
||||
* Don't include a layout when rendering an rjs template using render's :template option. [Marcel Molina Jr.]
|
||||
|
||||
* Update to script.aculo.us 1.5.0 final (equals 1.5.0_rc6) [Thomas Fuchs]
|
||||
|
||||
@@ -68,7 +68,7 @@ module ActionView
|
||||
# Creates a form and a scope around a specific model object, which is then used as a base for questioning about
|
||||
# values for the fields. Examples:
|
||||
#
|
||||
# <% form_for :person => @person, :url => { :action => "update" } do |f| %>
|
||||
# <% form_for :person, @person, :url => { :action => "update" } do |f| %>
|
||||
# First name: <%= f.text_field :first_name %>
|
||||
# Last name : <%= f.text_field :last_name %>
|
||||
# Biography : <%= f.text_area :biography %>
|
||||
|
||||
Reference in New Issue
Block a user