Shut off admin stuff until future versions

This commit is contained in:
Christoph Haas 2020-10-24 17:44:56 +02:00
parent 39f25e13df
commit 9cc09451f7
2 changed files with 20 additions and 9 deletions

View file

@ -57,7 +57,8 @@ class ApplicationController < ActionController::Base
# Define where the user is redirected to after a successful login.
def after_sign_in_path_for(resource)
my_welcome_path
my_profile_path
#my_welcome_path
end
# Overwriting the sign_out redirect path method