Improved code layout.
This commit is contained in:
parent
23518b50ec
commit
8a1f48d7c6
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ class User < ApplicationModel
|
||||||
:ignore_attributes => {
|
:ignore_attributes => {
|
||||||
:last_login => true,
|
:last_login => true,
|
||||||
:image => true,
|
:image => true,
|
||||||
:image_source => true, }
|
:image_source => true,
|
||||||
|
}
|
||||||
)
|
)
|
||||||
history_support(
|
history_support(
|
||||||
:ignore_attributes => {
|
:ignore_attributes => {
|
||||||
|
|
Loading…
Reference in a new issue