# auto_scopes_location: where autoscopes must be defined # # create_scope_for_association: in each association the parent model # a scope with id is create this option set this behavior # # scope_association_prefix: in each association the parent model # this is the prefix added to them AutoScopes.configure do |c| # c.auto_scopes_location = 'config/auto_scopes' # c.create_scope_for_association = true # c.scope_association_prefix = 'by' end