Class: AboutController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AboutController
- Defined in:
- app/controllers/about_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from Foreman::ThreadSession::Cleaner
Instance Method Details
#index ⇒ Object
4 5 6 7 |
# File 'app/controllers/about_controller.rb', line 4 def index @proxies = SmartProxy.my_proxies.includes(:features) @compute_resources = ComputeResource.my_compute_resources end |