I'm new to active admin gem.
My requirement is like admin should be able to view the table as usual. In addition to that there should be a Text box along with a button which can be used for some action.
See the Uploaded Picture Below..
I have a model named PushNotification now and the fields it do have are enabled, rule_name,day_limit,message.
All these values should be shown as in the picture. In addition to that I want a message box with button(send push notification) as shown in picture.
Is this possible in active admin?. If so please do help..
Thanks in advance