Method: ActionView::Helpers::Tags::WeekdaySelect#initialize

Defined in:
actionview/lib/action_view/helpers/tags/weekday_select.rb

#initialize(object_name, method_name, template_object, options, html_options) ⇒ WeekdaySelect

Returns a new instance of WeekdaySelect.



10
11
12
13
14
# File 'actionview/lib/action_view/helpers/tags/weekday_select.rb', line 10

def initialize(object_name, method_name, template_object, options, html_options)
  @html_options = html_options

  super(object_name, method_name, template_object, options)
end