Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
app/helpers/calendar_date_select/form_helpers.rb

Instance Method Summary collapse

Instance Method Details

#calendar_date_select(method, options = {}) ⇒ Object



239
240
241
# File 'app/helpers/calendar_date_select/form_helpers.rb', line 239

def calendar_date_select(method, options = {})
  @template.calendar_date_select(@object_name, method, options.merge(:object => @object))
end