Getting this issue…even though I have my views there in both the projects and application. Also getting a routes issue "No route matches [GET] “/projects” when going to projects when I have root :to => “projects#index” defined in my routes file.
Please show us your complete routes.rb without comments and the output of “ls app/views/projects”, the contents of your ProjectsController could help as well.