mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +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