I'd like to make activeadmin interface to respond at a url like this
http://somesite.com/long_and_strange_string_of_charaters
Does anybody know how to do it?
I think that a website should give a 404 not found on the admin subpage.
http://somesite.com/admin => 404
I think it is a security issue that a hacker gets a form to play with on this url.
With this in the routes.rb
ActiveAdmin.routes(self)
You get the admin interface on the /admin route