casein
casein copied to clipboard
/admin path conflict
According to your routes.rb
, the /admin
path is fixed and there is no way to define a different one with, let's say, a config attribute.
In my case, the /admin
namespace is already taken and, if that /admin
redirect wasn't defined, then the /casein
would have work perfectly.
Any plan to remove that redirect statement?
Hey, yeah, I could look at that in the future. For now, can you rename your existing namespace?