aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gomez de Souza <daniel@wyeworks.com>2016-01-27 10:49:58 -0300
committerDaniel Gomez de Souza <daniel@wyeworks.com>2016-01-27 10:49:58 -0300
commit18e700e9d63dbb40ece80e37458f270ad632dac7 (patch)
treee44d356288f62e62d6a333d8404065e4eefd923d
parent82885325e04d78fb7ec608a4670164d842d23078 (diff)
downloadrails-18e700e9d63dbb40ece80e37458f270ad632dac7.tar.gz
rails-18e700e9d63dbb40ece80e37458f270ad632dac7.tar.bz2
rails-18e700e9d63dbb40ece80e37458f270ad632dac7.zip
Fix doc [ci skip]
-rw-r--r--actionview/lib/action_view/helpers/tags/collection_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/tags/collection_helpers.rb b/actionview/lib/action_view/helpers/tags/collection_helpers.rb
index 1d3b1ecf0b..fb51460c8e 100644
--- a/actionview/lib/action_view/helpers/tags/collection_helpers.rb
+++ b/actionview/lib/action_view/helpers/tags/collection_helpers.rb
@@ -94,7 +94,7 @@ module ActionView
end
end
- # Append a hidden field to make sure something will be sent back to the
+ # Prepend a hidden field to make sure something will be sent back to the
# server if all radio buttons are unchecked.
if options.fetch('include_hidden', true)
hidden_field + rendered_collection