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-7.0.8.7 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.8.6 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.10 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.9 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.8.5 lib/action_view/helpers/tags/month_field.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/actionview-7.0.8.4/lib/action_view/helpers/tags/month_field.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/month_field.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/month_field.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/month_field.rb
actionview-7.0.8.4 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.8 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.8.1 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.7 lib/action_view/helpers/tags/month_field.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-7.0.3.1/lib/action_view/helpers/tags/month_field.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-7.0.2.3/lib/action_view/helpers/tags/month_field.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags/month_field.rb
actionview-7.0.8 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.7.2 lib/action_view/helpers/tags/month_field.rb
actionview-6.1.7.6 lib/action_view/helpers/tags/month_field.rb
actionview-7.0.7.1 lib/action_view/helpers/tags/month_field.rb