diff --git a/app/models/enterprise.rb b/app/models/enterprise.rb index 4bd5f4a1e0..3a4dd80dc0 100644 --- a/app/models/enterprise.rb +++ b/app/models/enterprise.rb @@ -10,6 +10,7 @@ class Enterprise < ActiveRecord::Base devise :confirmable, reconfirmable: true, confirmation_keys: [ :id, :email ] handle_asynchronously :send_confirmation_instructions handle_asynchronously :send_on_create_confirmation_instructions + has_paper_trail only: [:owner_id, :sells], on: [:update] self.inheritance_column = nil