diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index fe5a071..1502b28 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,5 +1,12 @@ class HomeController < ApplicationController + ## + # Index + # + # Currently redirects user to their list of projects + # UNLESS + # User's contact name is not filled in + # Is this the desired behavior? def index if user_signed_in? name = current_user.name(false)