I’d like to know how can I render an action after creating a post on ActiveAdmin. My idea is after I create a post I’d like to get it’s tags. I searched all over internet and there’s not sufficient documentation.
I just saw that I can override the create action, but now I get a missing template error, can someone post some example code for overriding create in this situation?
In your Post model: