diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-04-09 11:05:26 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-04-09 11:05:26 -0700 |
commit | 38f1d3543e1342f99913a5e578b57a8f633a11af (patch) | |
tree | 54386dbe1437da47683164dfaf40abe64a4a316a /actionpack/lib | |
parent | 00ff3ba56f0e41a2f257a2d0f54f0037016f31cd (diff) | |
download | rails-38f1d3543e1342f99913a5e578b57a8f633a11af.tar.gz rails-38f1d3543e1342f99913a5e578b57a8f633a11af.tar.bz2 rails-38f1d3543e1342f99913a5e578b57a8f633a11af.zip |
Stray carrier returns
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_options_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb index 11c6351bd3..105f4565e6 100644 --- a/actionpack/lib/action_view/helpers/form_options_helper.rb +++ b/actionpack/lib/action_view/helpers/form_options_helper.rb @@ -217,8 +217,6 @@ module ActionView InstanceTag.new(object, method, self, options.delete(:object)).to_grouped_collection_select_tag(collection, group_method, group_label_method, option_key_method, option_value_method, options, html_options) end - - # Return select and option tags for the given object and method, using # #time_zone_options_for_select to generate the list of option tags. # |