Sha256: 666b05389e51fc80961d577219ccc59020bc2320dc21b4bf30832f19bee0124f
Contents?: true
Size: 405 Bytes
Versions: 31
Compression:
Stored size: 405 Bytes
Contents
module Rao module Component module Configuration def configure yield self end mattr_accessor(:table_default_timestamp_format) { nil } mattr_accessor(:table_default_date_format) { nil } mattr_accessor(:image_variant_options) { { collection: { resize: "160x120" }, resource: { resize: "320x240" } } } end end end
Version data entries
31 entries across 31 versions & 1 rubygems