mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
5 lines
173 B
Ruby
5 lines
173 B
Ruby
class DomainContactVersion < PaperTrail::Version
|
|
include VersionSession
|
|
self.table_name = :log_domain_contacts
|
|
self.sequence_name = :log_domain_contacts_id_seq
|
|
end
|