diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-01-27 19:34:56 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-01-27 19:34:56 +0530 |
commit | 65673f7539887f80861d5c338a87b133dd8a299b (patch) | |
tree | e44d356288f62e62d6a333d8404065e4eefd923d | |
parent | 82885325e04d78fb7ec608a4670164d842d23078 (diff) | |
parent | 18e700e9d63dbb40ece80e37458f270ad632dac7 (diff) | |
download | rails-65673f7539887f80861d5c338a87b133dd8a299b.tar.gz rails-65673f7539887f80861d5c338a87b133dd8a299b.tar.bz2 rails-65673f7539887f80861d5c338a87b133dd8a299b.zip |
Merge pull request #23278 from eldano/fix_doc
Fix doc
-rw-r--r-- | actionview/lib/action_view/helpers/tags/collection_helpers.rb | 2 |
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 |