The active admin page should load the singleton instance of the model (I am using an ActiveRecord compliant model). I’m not sure where to put the code to load the single instance of the model, or how to make the default page for the record be an edit page rather than the collection page.
Share
You should check http://activeadmin.info/docs/8-custom-actions.html#member_actions, and, you can set the actions to:
In the member action you can focus to update the instance.
—
Hi again, today I did something like that, simpler, and this is what I did:
Hope it helps.