about summary refs log tree commit diff
path: root/app/controllers/auth
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-26 01:34:12 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-26 01:34:12 +0100
commitda4b675aca2c68e976d7920d3fc5b7e2881d1d86 (patch)
treefab8bd02e9d2584c2127f18275660093cb26cf93 /app/controllers/auth
parent43bb8a25e702badd4a98934e0e28e65190a1b7cb (diff)
Fix favourite handling in ProcessInteractionService
Diffstat (limited to 'app/controllers/auth')
-rw-r--r--app/controllers/auth/sessions_controller.rb5
1 files changed, 0 insertions, 5 deletions
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