Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/quarter_date_select.rb

Instance Method Summary collapse

Instance Method Details

#quarter_date_select(method, options = {}, html_options = {}) ⇒ Object



52
53
54
# File 'lib/quarter_date_select.rb', line 52

def quarter_date_select(method, options = {}, html_options = {})
  @template.quarter_date_select(@object_name, method, objectify_options(options), html_options)
end