Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/branston/vendor/plugins/calendar_date_select-1.15/lib/calendar_date_select/form_helpers.rb

Instance Method Summary collapse

Instance Method Details

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



220
221
222
# File 'lib/branston/vendor/plugins/calendar_date_select-1.15/lib/calendar_date_select/form_helpers.rb', line 220

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