Flowdock
method

new

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: DateSelect
new(object_name, method_name, template_object, options, html_options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/tags/date_select.rb, line 7
        def initialize(object_name, method_name, template_object, options, html_options)
          @html_options = html_options

          super(object_name, method_name, template_object, options)
        end
Register or log in to add new notes.