class ActiveFedora::Associations::CollectionAssociation

def scope(opts = {})

def scope(opts = {})
  scope = super()
  scope.none! if opts.fetch(:nullify, true) && null_scope?
  scope
end