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