I have an application that has the following route file:
namespace "admin" do
When hovering over / admin, the corresponding page greets me locally. At the same URL for the heroku version, I get 404. The route shows correctly in the "geeky routes"
Magazines show:
ActionController::RoutingError (wrong constant name Admin/ homeController): /disk1/home/slugs/196384_c95a9e3_4463/mnt/.bundle/gems/gems/ activesupport-3.0.0.beta4/lib/active_support/inflector/methods.rb: 103:in `const_defined?'
Any ideas?
Neil middleton
source share