module ActiveRecord::SpawnMethods

def spawn # :nodoc:

:nodoc:
This is overridden by Associations::CollectionProxy
def spawn # :nodoc:
  already_in_scope?(klass.scope_registry) ? klass.all : clone
end