# File lib/dm-migrations/adapters/dm-yaml-adapter.rb, line 16 def destroy_model_storage(model) yaml_file(model).unlink if yaml_file(model).file? true end