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