time_select(method, options = {}, html_options = {})
Instance Public methods
Wraps ActionView::Helpers::DateHelper#time_select for form builders:
<%= form_for @race do |f| %> <%= f.time_select :average_lap %> <%= f.submit %> <% end %>
Please refer to the documentation of the base helper for details.
Please login to continue.