spawn()
This is overridden by Associations::CollectionProxy
# File activerecord/lib/active_record/relation/spawn_methods.rb, line 10 def spawn # :nodoc: already_in_scope?(klass.scope_registry) ? klass.all : clone end