Adopt model to reference GroupOrder in generated FinancialTransaction
This commit is contained in:
parent
b6542fb711
commit
17059a8104
7 changed files with 17 additions and 5 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddGroupOrderToFinancialTransaction < ActiveRecord::Migration
|
||||
def change
|
||||
add_reference :financial_transactions, :group_order
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue