mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
eedirekt domain histories
This commit is contained in:
parent
a426862aa8
commit
9e9cc07075
7 changed files with 111 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
class DomainVersion < PaperTrail::Version
|
||||
include UserEvents
|
||||
|
||||
scope :deleted, -> { where(event: 'destroy') }
|
||||
|
||||
self.table_name = :domain_versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue