Sha256: 1490ac3e9f3deb52c1ea9803a64d789c808dd1b785d4db1c0db2615e1ff268f0

Contents?: true

Size: 268 Bytes

Versions: 37

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class TimeField < DatetimeField # :nodoc:
        private
          def format_date(value)
            value&.strftime("%T.%L")
          end
      end
    end
  end
end

Version data entries

37 entries across 37 versions & 4 rubygems

Version Path
actionview-6.1.7.10 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.9 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.8 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.7 lib/action_view/helpers/tags/time_field.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.6 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.5 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.4 lib/action_view/helpers/tags/time_field.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.3 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.2 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7.1 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.7 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.6.1 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.6 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.5.1 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.5 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.4.7 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.4.6 lib/action_view/helpers/tags/time_field.rb
actionview-6.1.4.5 lib/action_view/helpers/tags/time_field.rb