Method: ActionView::Helpers::TextFieldDateHelper#text_field_time

Defined in:
lib/action_view/helpers/text_field_date_helper.rb

#text_field_time(time = Time.current, options = {}, html_options = {}) ⇒ Object



22
23
24
# File 'lib/action_view/helpers/text_field_date_helper.rb', line 22

def text_field_time(time = Time.current, options = {}, html_options = {})
  DateTimeSelector.new(time, options, html_options).text_field_time
end