Class: ForemanProbing::HostsController
- Inherits:
-
HostsController
- Object
- HostsController
- ForemanProbing::HostsController
- Defined in:
- app/controllers/foreman_probing/hosts_controller.rb
Overview
Example: Plugin’s HostsController inherits from Foreman’s HostsController
Instance Method Summary collapse
Instance Method Details
#open_ports ⇒ Object
6 7 8 |
# File 'app/controllers/foreman_probing/hosts_controller.rb', line 6 def open_ports render :partial => 'open_ports' end |