From 38f1d3543e1342f99913a5e578b57a8f633a11af Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Apr 2010 11:05:26 -0700 Subject: Stray carrier returns --- actionpack/lib/action_view/helpers/form_options_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_view/helpers') 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. # -- cgit v1.2.3