method
to_time_select_tag
to_time_select_tag(options = {}, html_options = {})
public
Hide source
# File actionpack/lib/action_view/helpers/date_helper.rb, line 910 def to_time_select_tag(options = {}, html_options = {}) datetime_selector(options, html_options).select_time end


