Method: WithModel::Model#destroy
- Defined in:
- lib/with_model/model.rb
#destroy ⇒ Object
36 37 38 39 40 41 42 |
# File 'lib/with_model/model.rb', line 36 def destroy stubber.unstub_const cleanup_descendants_tracking reset_dependencies_cache table.destroy @model = nil end |