Method: Orchestrator::Api::SystemsController#destroy
- Defined in:
- app/controllers/orchestrator/api/systems_controller.rb
#destroy ⇒ Object
82 83 84 85 |
# File 'app/controllers/orchestrator/api/systems_controller.rb', line 82 def destroy @cs.delete # expires the cache in after callback render :nothing => true end |