method

date_select

date_select(method, options = {}, html_options = {})
public

No documentation available.

# File actionpack/lib/action_view/helpers/date_helper.rb, line 888
      def date_select(method, options = {}, html_options = {})
        @template.date_select(@object_name, method, options.merge(:object => @object), html_options)
      end