Sha256: e83e6bfa296270b932b042c15bd3348821b094d5b8b0bdfb2b5371005e564eb6
Contents?: true
Size: 282 Bytes
Versions: 10
Compression:
Stored size: 282 Bytes
Contents
class ModsDisplay::Configuration::Imprint < ModsDisplay::Configuration::Base def full_date_format full_date_format="%B %d, %Y" @full_date_format ||= full_date_format end def short_date_format short_date_format="%B %Y" @short_date_format ||= short_date_format end end
Version data entries
10 entries across 10 versions & 1 rubygems