Sha256: 659d1cb6f4176bda5c04024275b4ab786ba539324dc23d84a412bec048dfe355

Contents?: true

Size: 244 Bytes

Versions: 77

Compression:

Stored size: 244 Bytes

Contents

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

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

Version data entries

77 entries across 76 versions & 5 rubygems

Version Path
actionview-5.1.0.rc1 lib/action_view/helpers/tags/week_field.rb
actionview-5.0.2 lib/action_view/helpers/tags/week_field.rb
actionview-5.0.2.rc1 lib/action_view/helpers/tags/week_field.rb
actionview-5.1.0.beta1 lib/action_view/helpers/tags/week_field.rb
actionview-4.2.8 lib/action_view/helpers/tags/week_field.rb
actionview-4.2.8.rc1 lib/action_view/helpers/tags/week_field.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/week_field.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/week_field.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/week_field.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/week_field.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/week_field.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/week_field.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/week_field.rb
abaci-0.3.0 vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/week_field.rb
actionview-5.0.1 lib/action_view/helpers/tags/week_field.rb
actionview-5.0.1.rc2 lib/action_view/helpers/tags/week_field.rb
actionview-5.0.1.rc1 lib/action_view/helpers/tags/week_field.rb
actionview-5.0.0.1 lib/action_view/helpers/tags/week_field.rb
actionview-4.2.7.1 lib/action_view/helpers/tags/week_field.rb
actionview-4.2.7 lib/action_view/helpers/tags/week_field.rb