Method: Orchestrator::Api::SystemsController#create
- Defined in:
- app/controllers/orchestrator/api/systems_controller.rb
#create ⇒ Object
77 78 79 80 |
# File 'app/controllers/orchestrator/api/systems_controller.rb', line 77 def create cs = ControlSystem.new(safe_params) save_and_respond cs end |