Sha256: 897e816d9af5261ce0521a792f99d95500d464725be60219a4a00aefbc10036f
Contents?: true
Size: 318 Bytes
Versions: 5
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module SolidusPromotions class ShippingRateDiscount < Spree::Base belongs_to :shipping_rate, inverse_of: :discounts, class_name: "Spree::ShippingRate" belongs_to :benefit, inverse_of: :shipping_rate_discounts extend Spree::DisplayMoney money_methods :amount end end
Version data entries
5 entries across 5 versions & 1 rubygems