# 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