diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 1049395d..e595a3bf 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -143,7 +143,7 @@ class ApplicationController < ActionController::Base def redirect_if_not_logged_in unless is_logged_in? - redirect_to login_path, :notice => "You must be logged in to do that!" + redirect_to signup_path, :notice => "You must be logged in to do that!" end end