mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Update migration to include TaxRate model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user