instance method
descendants
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
descendants()
No documentation comment.
Source
# File activesupport/lib/active_support/descendants_tracker.rb, line 65
def descendants
DescendantsTracker.descendants(self)
end
Defined in activesupport/lib/active_support/descendants_tracker.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DescendantsTracker