diff --git a/app/controllers/pageflow/application_controller.rb b/app/controllers/pageflow/application_controller.rb index 84514c78f..80f17160f 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