Method: ActiveRecord::SpawnMethods#spawn

Defined in:
lib/active_record/relation/spawn_methods.rb

#spawnObject

This is overridden by Associations::CollectionProxy



9
10
11
# File 'lib/active_record/relation/spawn_methods.rb', line 9

def spawn #:nodoc:
  clone
end