Method: ActionView::Helpers::FormBuilder#time_select
- Defined in:
- lib/action_view/helpers/date_helper.rb
#time_select(method, options = {}, html_options = {}) ⇒ Object
972 973 974 |
# File 'lib/action_view/helpers/date_helper.rb', line 972 def time_select(method, = {}, = {}) @template.time_select(@object_name, method, (), ) end |