mirror of
https://github.com/github/rails.git
synced 2026-02-04 03:05:27 -05:00
Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8812 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Fix typo in form_helper documentation. #10650 [xaviershay, kampers]
|
||||
|
||||
* Fix bug with setting Request#format= after the getter has cached the value. #10889 [cch1]
|
||||
|
||||
* Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]
|
||||
|
||||
@@ -175,7 +175,7 @@ module ActionView
|
||||
#
|
||||
# def labelled_form_for(record_or_name_or_array, *args, &proc)
|
||||
# options = args.extract_options!
|
||||
# form_for(record_or_name_or_array, *(args << options.merge(:builder => LabellingFormBuiler)), &proc)
|
||||
# form_for(record_or_name_or_array, *(args << options.merge(:builder => LabellingFormBuilder)), &proc)
|
||||
# end
|
||||
#
|
||||
# If you don't need to attach a form to a model instance, then check out FormTagHelper#form_tag.
|
||||
|
||||
Reference in New Issue
Block a user