Fix favourite handling in ProcessInteractionService
This commit is contained in:
@ -11,4 +11,8 @@ class User < ActiveRecord::Base
|
||||
def admin?
|
||||
self.admin
|
||||
end
|
||||
|
||||
def remember_me
|
||||
(super == nil) ? '1' : super
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user