instance method
inherited
Ruby on Rails 4.2.9
Since v3.0.20 Last seen in v7.0.10Signature
inherited(base)
No documentation comment.
Parameters
-
basereq
Source
# File activesupport/lib/active_support/descendants_tracker.rb, line 47
def inherited(base)
DescendantsTracker.store_inherited(self, base)
super
end
Defined in activesupport/lib/active_support/descendants_tracker.rb line 47
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DescendantsTracker