mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unused constant from disable_joins_association_relation
This commit is contained in:
parent
dd30498b1e
commit
6f23b69a1e
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
module ActiveRecord
|
module ActiveRecord
|
||||||
class DisableJoinsAssociationRelation < Relation # :nodoc:
|
class DisableJoinsAssociationRelation < Relation # :nodoc:
|
||||||
TOO_MANY_RECORDS = 5000
|
|
||||||
|
|
||||||
attr_reader :ids, :key
|
attr_reader :ids, :key
|
||||||
|
|
||||||
def initialize(klass, key, ids)
|
def initialize(klass, key, ids)
|
||||||
|
|
Loading…
Reference in a new issue