Merge 7bdfb9ade5 into 50e75c6dd4
This commit is contained in:
commit
dfc4dd2e7e
5 changed files with 44 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ class ApplicationController < ActionController::Base
|
|||
:authenticate_user!
|
||||
|
||||
if (current_user.nil?)
|
||||
redirect_to new_user_session_path
|
||||
redirect_to new_user_registration_path
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue