instance method
time_select
Ruby on Rails 3.1.12
Since v2.2.3Signature
time_select(method, options = {}, html_options = {})
No documentation comment.
Parameters
-
methodreq -
optionsopt = {} -
html_optionsopt = {}
Source
# File actionpack/lib/action_view/helpers/date_helper.rb, line 1030
def time_select(method, options = {}, html_options = {})
@template.time_select(@object_name, method, objectify_options(options), html_options)
end
Defined in actionpack/lib/action_view/helpers/date_helper.rb line 1030
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::FormBuilder