I have an Rails app and I’m using Active Admin (0.3.1) as mi admin interface. The thing is I want to add a new model to it, but I need to do insert some custom code on the create action after the user submits the form.
is it possible? How it’s done?
I need to process some data and create some other objects in the create process.
Thanks in advanced.
If you want to modify the ActiveAdmin controller, you could do it like this: