Revu de code

This commit is contained in:
Xavier J 2015-11-04 17:27:01 +01:00
parent 591f52f654
commit 519af34c82
12 changed files with 62 additions and 73 deletions

View file

@ -9,7 +9,6 @@ class Administrateurs::SessionsController < Devise::SessionsController
end
def after_sign_in_path_for(resource)
# stored_location_for(resource) ||
admin_procedures_path
end
end