class method
self.direct_descendants
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v7.0.10Signature
self.direct_descendants(klass)
No documentation comment.
Parameters
-
klassreq
Source
# File activesupport/lib/active_support/descendants_tracker.rb, line 9
def self.direct_descendants(klass)
@@direct_descendants[klass]
end
Defined in activesupport/lib/active_support/descendants_tracker.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DescendantsTracker