Class: ForemanProbing::HostsController

Inherits:
HostsController
  • Object
show all
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_portsObject



6
7
8
# File 'app/controllers/foreman_probing/hosts_controller.rb', line 6

def open_ports
  render :partial => 'open_ports'
end