aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_options_helper.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-26 00:00:40 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-26 00:00:40 +0530
commit203771da9e0b0357f23e1c4e61d2e72578af4155 (patch)
tree0b4b7c23c37b4648cf8f0851c5b01b63199f5f57 /actionpack/lib/action_view/helpers/form_options_helper.rb
parentc421870c7a7315082524e909cce825a75e2f34b1 (diff)
parent368f0fe2d359209e2475a90bc7ef859cd93cc0a3 (diff)
downloadrails-203771da9e0b0357f23e1c4e61d2e72578af4155.tar.gz
rails-203771da9e0b0357f23e1c4e61d2e72578af4155.tar.bz2
rails-203771da9e0b0357f23e1c4e61d2e72578af4155.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_options_helper.rb')
-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')