internetee-registry/app/models/version/notification_version.rb
2021-03-05 19:09:24 +05:00

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