In convention over configuration frameworks, your code won't work if you don't follow the conventions.
BioBuckyBall
2010-09-15 21:26:14
In convention over configuration frameworks, your code won't work if you don't follow the conventions.
a controller class name must always end with "Controller" i.e. HomeController ...
that is one that will blow if you don't follow it.