mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Now that we propagate the enabling/disabling to descendants, we no longer have to check the disabled_observer Set on each superclass of the model class. This was causing a bug when disabling all observers at a superclass level and then enabling an individual observer at a subclass level. Plus the logic is simpler now :).
2.5 KiB
2.5 KiB