mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Deleted contacts and domains list
This commit is contained in:
parent
a41505e319
commit
f94dccfaa4
10 changed files with 88 additions and 5 deletions
|
@ -1,4 +1,6 @@
|
|||
class DomainVersion < PaperTrail::Version
|
||||
scope :deleted, -> { where(event: 'destroy') }
|
||||
|
||||
self.table_name = :domain_versions
|
||||
self.sequence_name = :domain_version_id_seq
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue