mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Add versioning to billing
This commit is contained in:
parent
7c846c4550
commit
f514e50628
16 changed files with 258 additions and 13 deletions
|
@ -1,4 +1,5 @@
|
|||
class BankStatement < ActiveRecord::Base
|
||||
include Versions
|
||||
has_many :bank_transactions
|
||||
|
||||
attr_accessor :th6_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue