Sha256: 2cebf95f53d69d204fc9cec72cb4b906c0c9c118cf8f9f6d4b3cdfe513ab3f54
Contents?: true
Size: 154 Bytes
Versions: 13
Compression:
Stored size: 154 Bytes
Contents
module Spree class LineItemAction < ActiveRecord::Base belongs_to :line_item belongs_to :action, class_name: "Spree::PromotionAction" end end
Version data entries
13 entries across 13 versions & 1 rubygems