Method: Orchestrator::Api::SystemsController#update
- Defined in:
- app/controllers/orchestrator/api/systems_controller.rb
#update ⇒ Object
48 49 50 51 52 |
# File 'app/controllers/orchestrator/api/systems_controller.rb', line 48 def update @cs.update(safe_params) #save_and_respond(@cs) # save deletes the system cache respond_with :api, @cs end |