提交 6b38b973 编写于 作者: N Nicholas Seckar

Documentation fixes

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3318 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 56234bee
*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 FormHelper
# 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 %>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册