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?
According to your
routes.rb, the/adminpath is fixed and there is no way to define a different one with, let's say, a config attribute.In my case, the
/adminnamespace is already taken and, if that/adminredirect wasn't defined, then the/caseinwould have work perfectly.Any plan to remove that redirect statement?