Sha256: bec1f44049e006996ae36de1f71088fd34138320e9997734f9f3821707f919fb

Contents?: true

Size: 269 Bytes

Versions: 75

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class MonthField < DatetimeField # :nodoc:
        private
          def format_date(value)
            value&.strftime("%Y-%m")
          end
      end
    end
  end
end

Version data entries

75 entries across 71 versions & 6 rubygems

Version Path
actionview-6.1.7.5 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.7 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.6 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.5.1 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.4 lib/action_view/helpers/tags/month_field.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-7.0.2.3/lib/action_view/helpers/tags/month_field.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags/month_field.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-7.0.3.1/lib/action_view/helpers/tags/month_field.rb
actionview-7.0.5 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.4.3 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.3 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.2 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.4.2 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.4.1 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.1 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.4 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.3.1 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.6.1 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.6 lib/action_view/helpers/tags/month_field.rb