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