From 8a1f48d7c628361a040311dcf37b1cb91ca4cc2e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 2 Nov 2013 23:18:39 +0100 Subject: [PATCH] Improved code layout. --- app/models/user.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 => {