Sha256: d2d5ed13016ad289463e1fd05ab135c58a6c1674046fea10d4fb33e6ea643519
Contents?: true
Size: 178 Bytes
Versions: 42
Compression:
Stored size: 178 Bytes
Contents
# frozen_string_literal: true module Spree class LineItemAction < Spree::Base belongs_to :line_item belongs_to :action, class_name: "Spree::PromotionAction" end end
Version data entries
42 entries across 42 versions & 2 rubygems