Add reference_calculator

This commit is contained in:
Patrick Gansterer 2019-11-11 12:09:18 +01:00
parent d75b881318
commit e16f03eebf
11 changed files with 133 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddBankAccountToFinancialTransactionType < ActiveRecord::Migration
def change
add_reference :financial_transaction_types, :bank_account
end
end