How can i change confirm message button delete in Active Admin

Viewed 17

this my app/admin/author- enter image description here How can i change delete button in admin/authors (index)

I need change only confirm message How can i do this?

I try: actions :all, :except => [:destroy] and then add custom actions default: true and create custon button, and its work i get custom message, but i can't destroy some author, because when i actions :all, :except => [:destroy], this delete route for deleting author

0 Answers
Related