method

inherited

inherited(child_class)
public

No documentation available.

# File activerecord/lib/active_record/core.rb, line 151
      def inherited(child_class) # :nodoc:
        # initialize cache at class definition for thread safety
        child_class.initialize_find_by_cache
        super
      end