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.