Sha256: c6df343a007706747404741f22aaa33a164de38f12923d7e8791748ff90808e7
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true module SolidusFriendlyPromotions 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
4 entries across 4 versions & 1 rubygems