0
0
Fork 0

Fix favourite handling in ProcessInteractionService

This commit is contained in:
Eugen Rochko 2016-03-26 01:34:12 +01:00
parent 43bb8a25e7
commit da4b675aca
4 changed files with 8 additions and 10 deletions

View file

@ -11,4 +11,8 @@ class User < ActiveRecord::Base
def admin?
self.admin
end
def remember_me
(super == nil) ? '1' : super
end
end