diff options
author | Daniel Gomez de Souza <daniel@wyeworks.com> | 2016-01-27 10:49:58 -0300 |
---|---|---|
committer | Daniel Gomez de Souza <daniel@wyeworks.com> | 2016-01-27 10:49:58 -0300 |
commit | 18e700e9d63dbb40ece80e37458f270ad632dac7 (patch) | |
tree | e44d356288f62e62d6a333d8404065e4eefd923d /actionview | |
parent | 82885325e04d78fb7ec608a4670164d842d23078 (diff) | |
download | rails-18e700e9d63dbb40ece80e37458f270ad632dac7.tar.gz rails-18e700e9d63dbb40ece80e37458f270ad632dac7.tar.bz2 rails-18e700e9d63dbb40ece80e37458f270ad632dac7.zip |
Fix doc [ci skip]
Diffstat (limited to 'actionview')
-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 |