instance method
time_select
Ruby on Rails 2.2.3
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 892
def time_select(method, options = {}, html_options = {})
@template.time_select(@object_name, method, options.merge(:object => @object), html_options)
end
Defined in actionpack/lib/action_view/helpers/date_helper.rb line 892
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::FormBuilder