method
descendants
rails latest stable - Class:
ActiveSupport::DescendantsTracker::ReloadedClassesFiltering
descendants()public
No documentation available.
# File activesupport/lib/active_support/descendants_tracker.rb, line 64
def descendants
DescendantsTracker.reject!(super)
end