mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
5 lines
177 B
Ruby
5 lines
177 B
Ruby
class Version::NotificationVersion < PaperTrail::Version
|
|
include VersionSession
|
|
self.table_name = :log_notifications
|
|
self.sequence_name = :log_notifications_id_seq
|
|
end
|