We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
relation.all
1 parent 5e55c80 commit 08813ddCopy full SHA for 08813dd
activerecord/lib/active_record/relation/spawn_methods.rb
@@ -10,7 +10,6 @@ module SpawnMethods
10
def spawn #:nodoc:
11
clone
12
end
13
- alias :all :spawn
14
15
# Merges in the conditions from <tt>other</tt>, if <tt>other</tt> is an ActiveRecord::Relation.
16
# Returns an array representing the intersection of the resulting records with <tt>other</tt>, if <tt>other</tt> is an array.
0 commit comments