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