Class: Api::V2::RhCloud::AdvisorEngineConfigController
- Inherits:
-
BaseController
- Object
- BaseController
- Api::V2::RhCloud::AdvisorEngineConfigController
- Includes:
- Api::Version2
- Defined in:
- app/controllers/api/v2/rh_cloud/advisor_engine_config_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 11 12 |
# File 'app/controllers/api/v2/rh_cloud/advisor_engine_config_controller.rb', line 8 def show render json: { use_local_advisor_engine: ForemanRhCloud.with_local_advisor_engine?, }, status: :ok end |