From da4b675aca2c68e976d7920d3fc5b7e2881d1d86 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 26 Mar 2016 01:34:12 +0100 Subject: Fix favourite handling in ProcessInteractionService --- app/controllers/auth/sessions_controller.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/controllers') diff --git a/app/controllers/auth/sessions_controller.rb b/app/controllers/auth/sessions_controller.rb index f02ce00c1..42b1d4ead 100644 --- a/app/controllers/auth/sessions_controller.rb +++ b/app/controllers/auth/sessions_controller.rb @@ -1,8 +1,3 @@ class Auth::SessionsController < Devise::SessionsController layout 'auth' - - def create - params[:user].merge!(remember_me: 1) - super - end end -- cgit