module ActiveAdmin::ResourceController::ActionBuilder::ClassMethods

def remove_action_methods(actions_type)

def remove_action_methods(actions_type)
  active_admin_config.public_send("#{actions_type}_actions").each do |action|
    remove_method action.name
  end
end