Class: Testapi::DatabasesController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- Testapi::DatabasesController
- Defined in:
- app/controllers/testapi/databases_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
2 3 4 5 |
# File 'app/controllers/testapi/databases_controller.rb', line 2 def destroy DatabaseCleaner.clean_with(:truncation, except: Testapi.database_cleaner_ignored_tables) render_json end |