method

new

rails latest stable - Class: ActiveRecord::Observer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

new()
public

No documentation available.

# File activerecord/lib/active_record/observer.rb, line 93
    def initialize
      super
      observed_descendants.each { |klass| add_observer!(klass) }
    end