Class: Dcm4chee::Api::V1::TrashesController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- Dcm4chee::ApplicationController
- BaseController
- Dcm4chee::Api::V1::TrashesController
- Defined in:
- app/controllers/dcm4chee/api/v1/trashes_controller.rb
Instance Method Summary collapse
-
#destroy ⇒ Object
Clean up the trash.
Instance Method Details
#destroy ⇒ Object
Clean up the trash.
15 16 17 18 19 |
# File 'app/controllers/dcm4chee/api/v1/trashes_controller.rb', line 15 def destroy Dcm4chee.content_edit_service.empty_trash head :ok end |