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