1
0
Fork 0
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:
Logan Kane 2021-04-19 22:26:33 -07:00
parent dd30498b1e
commit 6f23b69a1e

View file

@ -2,8 +2,6 @@
module ActiveRecord
class DisableJoinsAssociationRelation < Relation # :nodoc:
TOO_MANY_RECORDS = 5000
attr_reader :ids, :key
def initialize(klass, key, ids)