Sha256: 0e99418428c9db8a612710651ee06a06f993cd00263f91bc49fe014bb725a20a
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
module Workarea module Pricing class Discount module Message extend ActiveSupport::Concern included do field :message, type: String, localize: true field :message_active, type: Boolean, default: false field :message_applied, type: String, localize: true end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-shipping_message-1.2.1 | app/models/workarea/pricing/discount/message.rb |
workarea-shipping_message-1.2.0 | app/models/workarea/pricing/discount/message.rb |