Reputation: 1574
I have one resource(Song) in ActiveAdmin.
Now it has default index page.
How can i edit fields in this page.
I have a lot of resources(~10 000), so I need to update image(Paperclip) and one another field(Album *has_many* AlbumItems, AlbumItem *belongs_to* Song, so I need to fill Album field for Song) at this page.
Upvotes: 3
Views: 652
Reputation: 1574
Resolved this. I have created new view, where added all features I need. By I lost possibility of multiple actions, because I've got forms in form there.
Upvotes: 1