# File lib/action_view/helpers/date_helper.rb, line 1038
      def date_select(method, options = {}, html_options = {})
        @template.date_select(@object_name, method, objectify_options(options), html_options)
      end