Sha256: 27f154429b002b00bfcab13d77be1664c5a896cca8106618b4819b78d7151b98
Contents?: true
Size: 274 Bytes
Versions: 24
Compression:
Stored size: 274 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
24 entries across 24 versions & 2 rubygems