Skip to content

Commit

Permalink
Remove unused Devise helpers
Browse files Browse the repository at this point in the history
REDMINE-20627
  • Loading branch information
tf committed Mar 4, 2024
1 parent f6f53f1 commit d2627f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/controllers/pageflow/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2627f4

Please sign in to comment.