method
datetime_select
v2.2.1 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
datetime_select(method, options = {}, html_options = {})public
No documentation available.
# File actionpack/lib/action_view/helpers/date_helper.rb, line 896
def datetime_select(method, options = {}, html_options = {})
@template.datetime_select(@object_name, method, options.merge(:object => @object), html_options)
end