internetee-registry/app/models/version/notification_version.rb
2018-08-23 20:03:03 +03:00

5 lines
168 B
Ruby

class NotificationVersion < PaperTrail::Version
include VersionSession
self.table_name = :log_notifications
self.sequence_name = :log_notifications_id_seq
end