diff --git a/app/models/user.rb b/app/models/user.rb index 42791a298..b90cce47f 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -26,7 +26,8 @@ class User < ApplicationModel :ignore_attributes => { :last_login => true, :image => true, - :image_source => true, } + :image_source => true, + } ) history_support( :ignore_attributes => {