method
time_select
time_select(method, options = {}, html_options = {})
public
Hide source
# File actionpack/lib/action_view/helpers/date_helper.rb, line 702 def time_select(method, options = {}, html_options = {}) @template.time_select(@object_name, method, options.merge(:object => @object)) end


