Add reference_calculator
This commit is contained in:
parent
d75b881318
commit
e16f03eebf
11 changed files with 133 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddBankAccountToFinancialTransactionType < ActiveRecord::Migration
|
||||
def change
|
||||
add_reference :financial_transaction_types, :bank_account
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue