Ignore last_login for activity stream.
This commit is contained in:
parent
2bf4558b96
commit
32455cb8af
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@ class User < ApplicationModel
|
|||
|
||||
store :preferences
|
||||
|
||||
activity_stream_support :role => 'Admin'
|
||||
activity_stream_support(
|
||||
:role => 'Admin',
|
||||
:ignore_attributes => {
|
||||
:last_login => true,
|
||||
}
|
||||
)
|
||||
history_support
|
||||
|
||||
=begin
|
||||
|
|
Loading…
Reference in a new issue