Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/action_view/helpers/date_and_time_helper.rb

Instance Method Summary collapse

Instance Method Details

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



68
69
70
# File 'lib/action_view/helpers/date_and_time_helper.rb', line 68

def date_and_time(method, options = {})
  @template.date_and_time_field(@object_name, method, options)
end