Sha256: aad0de04730617d2b4569a6b16bfadbdd2d38c73c767e7d1fa6e0329f523bd98

Contents?: true

Size: 243 Bytes

Versions: 180

Compression:

Stored size: 243 Bytes

Contents

module ActionView
  module Helpers
    module Tags # :nodoc:
      class TimeField < DatetimeField # :nodoc:
        private

          def format_date(value)
            value.try(:strftime, "%T.%L")
          end
      end
    end
  end
end

Version data entries

180 entries across 175 versions & 13 rubygems

Version Path
actionview-4.2.11.3 lib/action_view/helpers/tags/time_field.rb
actionview-4.2.11.2 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.7 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.7.rc1 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.6.2 lib/action_view/helpers/tags/time_field.rb
actionview-5.0.7.2 lib/action_view/helpers/tags/time_field.rb
actionview-4.2.11.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.6.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.0.7.1 lib/action_view/helpers/tags/time_field.rb
actionview-4.2.11 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.6 lib/action_view/helpers/tags/time_field.rb
actionview-5.0.7 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.5 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.5.rc1 lib/action_view/helpers/tags/time_field.rb
actionview-4.2.10 lib/action_view/helpers/tags/time_field.rb
actionview-4.2.10.rc1 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.4 lib/action_view/helpers/tags/time_field.rb
actionview-5.0.6 lib/action_view/helpers/tags/time_field.rb
actionview-5.1.4.rc1 lib/action_view/helpers/tags/time_field.rb
actionview-5.0.6.rc1 lib/action_view/helpers/tags/time_field.rb