Hello Forest,
I would like to know how I can add an after_action method to be called after I create a record through the ForestAdmin data panel?
I am using Rails, maybe it’s possible to override the Forest controller to add an after_action method?
I created a smart action for now, but it requires each time to click on the smart action button. I would like to automatically call my method after creating a record.
Thanks for your help.