mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
added filtering
This commit is contained in:
parent
70ca01ba4b
commit
5cb4085660
5 changed files with 121 additions and 3 deletions
|
@ -3,6 +3,7 @@ class Invoice < ApplicationRecord
|
|||
include Invoice::Cancellable
|
||||
include Invoice::Payable
|
||||
include Invoice::BookKeeping
|
||||
extend ToCsv
|
||||
|
||||
belongs_to :buyer, class_name: 'Registrar'
|
||||
has_one :account_activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue