Method: Orchestrator::Api::SystemsController#create

Defined in:
app/controllers/orchestrator/api/systems_controller.rb

#createObject



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