Story #109367694 - add better support for cr_id

This commit is contained in:
Matt Farnsworth 2015-12-13 13:41:44 +02:00
parent a2a4db0732
commit ceaa70fcfc
2 changed files with 13 additions and 1 deletions

View file

@ -3,7 +3,7 @@ class ContactVersion < PaperTrail::Version
self.table_name = :log_contacts
self.sequence_name = :log_contacts_id_seq
# include UserEvents
include UserEvents
# scope :deleted, -> { where(event: 'destroy') }
end