mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
parent
3afd542b1a
commit
ae64c7cbed
3 changed files with 16 additions and 2 deletions
|
@ -2,10 +2,10 @@ require 'csv'
|
|||
|
||||
class AccountActivity < ActiveRecord::Base
|
||||
include Versions
|
||||
belongs_to :account
|
||||
belongs_to :account, required: true
|
||||
belongs_to :bank_transaction
|
||||
belongs_to :invoice
|
||||
|
||||
belongs_to :price, class_name: 'Billing::Price'
|
||||
|
||||
CREATE = 'create'
|
||||
RENEW = 'renew'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue