Sha256: c58325ee99c440ed3ba0f1d8b38441f15e37d69d5cb5f252bdf70884f0fe06ae
Contents?: true
Size: 194 Bytes
Versions: 15
Compression:
Stored size: 194 Bytes
Contents
module Spree class PromotionActionLineItem < ActiveRecord::Base belongs_to :promotion_action, :class_name => 'Spree::Promotion::Actions::CreateLineItems' belongs_to :variant end end
Version data entries
15 entries across 15 versions & 1 rubygems