This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.
observer_instances()
Gets the current observer instances.
# File activemodel/lib/active_model/observing.rb, line 53 def observer_instances @observer_instances ||= [] end