We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ActiveAdmin uses InheritedResources for this functionality. Read especially this part of the documentation. So, you can do, for example:
ActiveAdmin.register ClassName do controller do def index # my custom code index! end end end