Flowdock
method

inherited

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: ClassMethods
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/core.rb, line 121
      def inherited(child_class) # :nodoc:
        child_class.initialize_find_by_cache
        super
      end
Register or log in to add new notes.