mirror of https://github.com/rails/rails
DescendantsTracker: fix the TruffleRuby implementation
Ref: https://github.com/rails/rails/pull/43723 This was pretty much a typo...
This commit is contained in:
parent
479583a7f2
commit
151ba1ab0c
|
@ -40,7 +40,7 @@ module ActiveSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
def []=(object, _present)
|
def []=(object, _present)
|
||||||
@map[object_id] = object
|
@map[object.object_id] = object
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
WeakSet.new
|
WeakSet.new
|
||||||
|
|
Loading…
Reference in New Issue