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_iop_mode: ForemanRhCloud.with_iop_smart_proxy?, }, status: :ok end |