mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
7 lines
178 B
Ruby
7 lines
178 B
Ruby
class Version::ContactVersion < PaperTrail::Version
|
|
extend ToCsv
|
|
include VersionSession
|
|
|
|
self.table_name = :log_contacts
|
|
self.sequence_name = :log_contacts_id_seq
|
|
end
|