module ActiveAdmin::BatchActions::ResourceExtension

def clear_batch_actions!

Clears all the existing batch actions for this resource
def clear_batch_actions!
  @batch_actions = {}
end