Fix favourite handling in ProcessInteractionService
This commit is contained in:
parent
43bb8a25e7
commit
da4b675aca
4 changed files with 8 additions and 10 deletions
|
@ -11,4 +11,8 @@ class User < ActiveRecord::Base
|
|||
def admin?
|
||||
self.admin
|
||||
end
|
||||
|
||||
def remember_me
|
||||
(super == nil) ? '1' : super
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue