Remove source association from Spree::Adjustment

This commit is contained in:
Matt-Yorkley
2021-03-19 16:40:56 +00:00
parent 76112fcf40
commit 6474323282

View File

@@ -37,7 +37,6 @@ module Spree
has_one :metadata, class_name: 'AdjustmentMetadata'
belongs_to :adjustable, polymorphic: true
belongs_to :source, polymorphic: true
belongs_to :originator, -> { with_deleted }, polymorphic: true
belongs_to :order, class_name: "Spree::Order"