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