Flowdock
method

spawn

Importance_0
spawn() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/relation/spawn_methods.rb, line 9
    def spawn # :nodoc:
      already_in_scope?(klass.scope_registry) ? klass.all : clone
    end
Register or log in to add new notes.