activeadmin.register with default_scope code example
Example: activeadmin.register with default_scope
def scoped_collection
active_admin_config.resource.unscoped { end_of_association_chain }
end
def scoped_collection
active_admin_config.resource.unscoped { end_of_association_chain }
end