about summary refs log tree commit diff
path: root/app/models/account_stat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/account_stat.rb')
-rw-r--r--app/models/account_stat.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/account_stat.rb b/app/models/account_stat.rb
index a5d71a5b8..0fea7732e 100644
--- a/app/models/account_stat.rb
+++ b/app/models/account_stat.rb
@@ -1,4 +1,5 @@
 # frozen_string_literal: true
+
 # == Schema Information
 #
 # Table name: account_stats
@@ -15,7 +16,7 @@
 
 class AccountStat < ApplicationRecord
   self.locking_column = nil
-  self.ignored_columns = %w(lock_version)
+  self.ignored_columns += %w(lock_version)
 
   belongs_to :account, inverse_of: :account_stat