Answer the question
In order to leave comments, you need to log in
How to add your action to activeadmin?
How can I add a custom action to activeadmin so that next to Edit and Delete there is a Download action?
Answer the question
In order to leave comments, you need to log in
Everything is in the documentation: www.activeadmin.info/docs/8-custom-actions.html
ActiveAdmin.register Post do
controller do
# This code is evaluated within the controller class
def define_a_method
# Instance method
end
end
end
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question