Improved code layout.

This commit is contained in:
Martin Edenhofer 2013-11-02 23:18:39 +01:00
parent 23518b50ec
commit 8a1f48d7c6

View file

@ -26,7 +26,8 @@ class User < ApplicationModel
:ignore_attributes => {
:last_login => true,
:image => true,
:image_source => true, }
:image_source => true,
}
)
history_support(
:ignore_attributes => {