aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohit Arondekar <rohit.arondekar@gmail.com>2012-01-25 10:35:51 +0530
committerRohit Arondekar <rohit.arondekar@gmail.com>2012-01-25 10:35:51 +0530
commit8728575f108b136a588a35855b219a332436059a (patch)
tree9bef4e26616eb95618ab7cf00dee10fbb28bfe59
parentfce92fd8a7e407b034d189a652af81a06ac98730 (diff)
downloadrails-8728575f108b136a588a35855b219a332436059a.tar.gz
rails-8728575f108b136a588a35855b219a332436059a.tar.bz2
rails-8728575f108b136a588a35855b219a332436059a.zip
remove extra 'the'
-rw-r--r--actionpack/lib/action_view/helpers/form_options_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb
index e323350608..c8811e3b10 100644
--- a/actionpack/lib/action_view/helpers/form_options_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_options_helper.rb
@@ -334,7 +334,7 @@ module ActionView
end.join("\n").html_safe
end
- # Returns a string of option tags that have been compiled by iterating over the +collection+ and assigning the
+ # Returns a string of option tags that have been compiled by iterating over the +collection+ and assigning
# the result of a call to the +value_method+ as the option value and the +text_method+ as the option text.
# Example:
# options_from_collection_for_select(@people, 'id', 'name')