Method: ActiveRecord::SpawnMethods#spawn
- Defined in:
- lib/active_record/relation/spawn_methods.rb
#spawn ⇒ Object
This is overridden by Associations::CollectionProxy
10 11 12 |
# File 'lib/active_record/relation/spawn_methods.rb', line 10 def spawn #:nodoc: already_in_scope? ? klass.all : clone end |