Sha256: b4bdfa668a6e73d3ea699536cc0add693410790cceab786a2fa7dcf73fb15a94
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
module Orchestrator class ApiController < ::Orchestrator::Base protected # Access to the control system controller def control @@__control__ ||= ::Orchestrator::Control.instance end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orchestrator-1.0.3 | app/controllers/orchestrator/api_controller.rb |