instance method
inherited
Ruby on Rails 3.2.22.5
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 32
def inherited(base)
self.direct_descendants << base
super
end
Defined in activesupport/lib/active_support/descendants_tracker.rb line 32
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DescendantsTracker