Sha256: 65c631f9b5cbe6796f2b5c6f6c77427be6f7d271ae9d8a691e7b42dc44610fcd
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 WeekField < DatetimeField # :nodoc: private def format_date(value) value.try(:strftime, "%Y-W%V") end end end end end
Version data entries
115 entries across 107 versions & 8 rubygems