module ActiveAdmin::ResourceController::Scoping

def method_for_association_chain

the scope_to option
Returns the method for the association chain when using

Overriding from InheritedResources::BaseHelpers
def method_for_association_chain
  active_admin_config.scope_to_association_method || super
end