Flowdock
method

inherited

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: DelegateCache
inherited(child_class) public

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/relation/delegation.rb, line 33
      def inherited(child_class)
        child_class.initialize_relation_delegate_cache
        super
      end
Register or log in to add new notes.