Sha256: 456b1e6af94f8ddce60b9bd3535557ab876fdbb1595991d2ce058788cca64858

Contents?: true

Size: 275 Bytes

Versions: 115

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true

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

          def format_date(value)
            value.try(:strftime, "%Y-%m")
          end
      end
    end
  end
end

Version data entries

115 entries across 107 versions & 8 rubygems

Version Path
actionview-5.2.8.1 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.8 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.7.1 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.7 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.6.3 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.6.2 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.6.1 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.6 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.4.6 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.5 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.4.5 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.4.4 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.4.3 lib/action_view/helpers/tags/month_field.rb
actionview-6.0.2.2 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.4.2 lib/action_view/helpers/tags/month_field.rb
argon-1.3.1 vendor/bundle/ruby/2.7.0/gems/actionview-6.0.2.1/lib/action_view/helpers/tags/month_field.rb
symbolic_enum-1.1.5 vendor/bundle/ruby/2.7.0/gems/actionview-6.0.2.1/lib/action_view/helpers/tags/month_field.rb
actionview-6.0.2.1 lib/action_view/helpers/tags/month_field.rb
actionview-5.2.4.1 lib/action_view/helpers/tags/month_field.rb
actionview-6.0.2 lib/action_view/helpers/tags/month_field.rb