Update migration to include TaxRate model

This commit is contained in:
Matt-Yorkley
2021-01-29 02:37:35 +00:00
parent ff54426e30
commit 4ec68dcd85

View File

@@ -1,4 +1,6 @@
class AddIncludedToAdjustments < ActiveRecord::Migration
class Spree::TaxRate < ActiveRecord::Base; end
class Spree::Adjustment < ActiveRecord::Base
belongs_to :originator, polymorphic: true
end