I have an activeadmin resource which has a belongs_to :user relationship.
When I create a new Instance of the model in active admin, I want to associate the currently lo
You are right active admin use InheritedResources, all other tools you can see on the end of the page.
InheritedResources