Add products controller and make it the default (root) route (wincent.dev, e1580bd)
Requests for the application root (/) now get routed to this new products controller, and concretely the "index" action.
Signed-off-by: Greg Hurrell <greg@hurrell.net>