Method: ActionView::Helpers::TextFieldDateHelper#time_text_field
- Defined in:
- lib/action_view/helpers/text_field_date_helper.rb
#time_text_field(object_name, method, options = {}, html_options = {}) ⇒ Object
13 14 15 |
# File 'lib/action_view/helpers/text_field_date_helper.rb', line 13 def time_text_field(object_name, method, = {}, = {}) InstanceTag.new(object_name, method, self, .delete(:object)).to_time_text_field_tag(, ) end |