From d2627f43fef5f93fe09b31ab0d32244da6db9130 Mon Sep 17 00:00:00 2001 From: Tim Fischbach Date: Mon, 4 Mar 2024 16:43:37 +0100 Subject: [PATCH] Remove unused Devise helpers REDMINE-20627 --- app/controllers/pageflow/application_controller.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/controllers/pageflow/application_controller.rb b/app/controllers/pageflow/application_controller.rb index 84514c78f8..80f17160f1 100644 --- a/app/controllers/pageflow/application_controller.rb +++ b/app/controllers/pageflow/application_controller.rb @@ -57,14 +57,6 @@ def current_ability @current_ability ||= Ability.new(current_user) end - def after_sign_in_path_for(resource_or_scope) - root_url(:protocol => 'http') - end - - def after_sign_out_path_for(resource_or_scope) - root_url(:protocol => 'http') - end - def locale_from_accept_language_header http_accept_language.compatible_language_from(I18n.available_locales) end