Sha256: b547ab28ba69bc99f2fdd3d28d18988c91269f4ac3096a084ec2bd89a99456e7

Contents?: true

Size: 274 Bytes

Versions: 115

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

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

115 entries across 107 versions & 8 rubygems

Version Path
jets-1.5.3 vendor/rails/actionview/lib/action_view/helpers/tags/time_field.rb
jets-1.5.2 vendor/rails/actionview/lib/action_view/helpers/tags/time_field.rb
jets-1.5.1 vendor/rails/actionview/lib/action_view/helpers/tags/time_field.rb
jets-1.5.0 vendor/rails/actionview/lib/action_view/helpers/tags/time_field.rb
actionview-5.2.2 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.2.rc1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.1.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.1.rc1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.0 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.0.rc2 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.0.rc1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.0.beta2 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.0.beta1 lib/action_view/helpers/tags/time_field.rb
ruby-on-quails-0.1.0 actionview/lib/action_view/helpers/tags/time_field.rb