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