mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +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
|