instance method
direct_descendants
Ruby on Rails 7.0.10
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 92
def direct_descendants
ActiveSupport::Deprecation.warn(<<~MSG)
ActiveSupport::DescendantsTracker#direct_descendants is deprecated and will be removed in Rails 7.1.
Use #subclasses instead.
MSG
subclasses
end
Defined in activesupport/lib/active_support/descendants_tracker.rb line 92
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DescendantsTracker