method

inherited

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Reflection::ClassMethods
inherited(subclass) private

No documentation

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

Hide source
# File activerecord/lib/active_record/reflection.rb, line 142
        def inherited(subclass)
          super
          subclass.class_eval do
            @__reflections = nil
          end
        end
Register or log in to add new notes.