Im using active admin gem.
My doubt is can i create a new column in another table, while updating a table using active admin gem.
If possible show me some tutorials..
Like im in user.rb model.. and im editing it via active admin.. I have entered a name and while saving i want this name to get saved in another model too.at the same time.