Flowdock
method

count_observers

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveModel::Observing::ClassMethods
count_observers() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/observing.rb, line 58
      def count_observers
        @observer_instances.size
      end
Register or log in to add new notes.