mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module ActiveSupport
|
|||
end
|
||||
|
||||
def []=(object, _present)
|
||||
@map[object_id] = object
|
||||
@map[object.object_id] = object
|
||||
end
|
||||
end
|
||||
WeakSet.new
|
||||
|
|
Loading…
Reference in a new issue