If you create a project called "teams" you get an error 500 going to /teams
Created by: dvarrazzo
Actually I get the same error even now that I've renamed the project "teams2"; but I've renamed it hacking into the database so I don't know if anything has been left broken.
The error in the log is:
Started GET "/teams" for 127.0.0.1 at 2013-04-19 19:40:34 +0100
Processing by TeamsController#index as HTML
Completed 500 Internal Server Error in 13ms
NoMethodError (undefined method `index' for #<TeamsController:0x000000083d6348>):
app/controllers/application_controller.rb:122:in `method_missing'