method
time_select
v3.2.1 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
time_select(method, options = {}, html_options = {})public
No documentation available.
# File actionpack/lib/action_view/helpers/date_helper.rb, line 1042
def time_select(method, options = {}, html_options = {})
@template.time_select(@object_name, method, objectify_options(options), html_options)
end