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

@ -1,8 +1,3 @@
class Auth::SessionsController < Devise::SessionsController
layout 'auth'
def create
params[:user].merge!(remember_me: 1)
super
end
end