Module: WithModel::DescendantsTracker::DestroyedClassesFiltering
- Included in:
- ActiveRecord::Base
- Defined in:
- lib/with_model/descendants_tracker.rb
Instance Method Summary collapse
Instance Method Details
#descendants ⇒ Object
70 71 72 |
# File 'lib/with_model/descendants_tracker.rb', line 70 def descendants WithModel::DescendantsTracker.reject!(super) end |
#subclasses ⇒ Object
66 67 68 |
# File 'lib/with_model/descendants_tracker.rb', line 66 def subclasses WithModel::DescendantsTracker.reject!(super) end |