# File lib/active_record/observer.rb, line 49
        def inherited(subclass)
          super
          changed
          notify_observers :observed_class_inherited, subclass
        end