Method: ActiveSupport::DescendantsTracker.descendants

Defined in:
activesupport/lib/active_support/descendants_tracker.rb

.descendants(klass) ⇒ Object



102
103
104
# File 'activesupport/lib/active_support/descendants_tracker.rb', line 102

def descendants(klass)
  klass.descendants
end