We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
routes.rb
/admin
In my case, the /admin namespace is already taken and, if that /admin redirect wasn't defined, then the /casein would have work perfectly.
/casein
Any plan to remove that redirect statement?
The text was updated successfully, but these errors were encountered:
Hey, yeah, I could look at that in the future. For now, can you rename your existing namespace?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: