class method
self.descendants
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
self.descendants(klass)
No documentation comment.
Parameters
-
klassreq
Source
# File activesupport/lib/active_support/descendants_tracker.rb, line 18
def descendants(klass)
arr = []
accumulate_descendants(klass, arr)
arr
end
Defined in activesupport/lib/active_support/descendants_tracker.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DescendantsTracker