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