mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This reverts commit ad62f19287 because the current
subclasses implementation leaks memory in development.
Instead of keeping an array of subclasses, the better solution is to
ask the parent if an observer is being disabled or not.