Remove unused devise session controller

This commit is contained in:
simon lehericey 2019-08-08 10:19:47 +02:00 committed by Pierre de La Morinerie
parent a57574054a
commit a4b9eecded
8 changed files with 2 additions and 115 deletions

View file

@ -1,13 +0,0 @@
class Administrateurs::SessionsController < Sessions::SessionsController
def new
redirect_to new_user_session_path
end
def create
super
end
def after_sign_in_path_for(resource)
admin_procedures_path
end
end