module ActiveAdmin::ResourceController::DataAccess
def scoped_collection
scope_to method from the Scoping module instead of overriding this
Note, unless you are doing something special, you should use the
the searching and filtering can be applied on top
This method should return an ActiveRecord::Relation object so that
of our searches and index.
Override this method in your controllers to modify the start point
def scoped_collection end_of_association_chain end