Shut off admin stuff until future versions
This commit is contained in:
parent
39f25e13df
commit
9cc09451f7
2 changed files with 20 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue