class ActiveRecord::Associations::CollectionAssociation

def scope

def scope
  scope = super
  scope.none! if null_scope?
  scope
end