mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Documentation typo fix. Closes #2367.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Documentation typo fix. #2367 [Blair Zajac]
|
||||
|
||||
* Remove Upload Progress. #2871 [Sean Treadway]
|
||||
|
||||
* Fix typo in function name mapping in auto_complete_field. #2929 #3446 [doppler@gmail.com phil.ross@gmail.com]
|
||||
|
||||
@@ -47,7 +47,7 @@ module ActionView
|
||||
#
|
||||
# If the object name contains square brackets the id for the object will be inserted. Example:
|
||||
#
|
||||
# <%= textfield "person[]", "name" %>
|
||||
# <%= text_field "person[]", "name" %>
|
||||
#
|
||||
# ...becomes:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user