Sha256: 933b0b4f5e36a77403d689a41e298ce3b731595906965e532499aafa523ef6f6
Contents?: true
Size: 221 Bytes
Versions: 28
Compression:
Stored size: 221 Bytes
Contents
module Spree class PromotionActionLineItem < ActiveRecord::Base belongs_to :promotion_action, class_name: 'Spree::Promotion::Actions::CreateLineItems' belongs_to :variant, class_name: 'Spree::Variant' end end
Version data entries
28 entries across 28 versions & 1 rubygems