diff options
| author | Guillaume | 2017-11-27 16:52:38 +0100 |
|---|---|---|
| committer | Guillaume | 2017-11-27 16:52:38 +0100 |
| commit | 2b11404b58dad37cc9e5dae3e24bcf7b466f5c32 (patch) | |
| tree | 3091ac1c0be5f7584de79c9fd8a0a0b217753312 /app/controllers | |
| parent | c83002d8f281384244dc9c11432e2eb648b99b3b (diff) | |
| parent | 6bd0791839353750511ce4a49e6b75a462dfec51 (diff) | |
| download | chouette-core-2b11404b58dad37cc9e5dae3e24bcf7b466f5c32.tar.bz2 | |
Merge branch 'master' into 4824-create_line_referentials
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/application_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 853c2f715..6a9f6942f 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -48,7 +48,6 @@ class ApplicationController < ActionController::Base current_organisation end - # Overwriting the sign_out redirect path method def after_sign_out_path_for(resource_or_scope) new_user_session_path |
