Am I configuring the default route correctly? Currently my route is set to:
root :to => 'proto#index'
When I do I am receiving the following error:
AbstractController::ActionNotFound (The action 'index' could not be found for ProtoController):
What file do I need to change?