Class: ForemanRhCloud::ForemanRhCloudController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ForemanRhCloud::ForemanRhCloudController
- Includes:
- IopSmartProxyAccess
- Defined in:
- app/controllers/foreman_rh_cloud/foreman_rh_cloud_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
9 10 11 12 |
# File 'app/controllers/foreman_rh_cloud/foreman_rh_cloud_controller.rb', line 9 def index response.headers['X-Request-Path'] = request.path render("react/index", formats: [:html]) end |
#inventory_upload ⇒ Object
14 15 16 |
# File 'app/controllers/foreman_rh_cloud/foreman_rh_cloud_controller.rb', line 14 def inventory_upload index end |
#recommendations ⇒ Object
18 19 20 |
# File 'app/controllers/foreman_rh_cloud/foreman_rh_cloud_controller.rb', line 18 def recommendations index end |