Class: ComplianceHostsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ComplianceHostsController
- Defined in:
- app/controllers/compliance_hosts_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
2 3 4 |
# File 'app/controllers/compliance_hosts_controller.rb', line 2 def show @host = Host.find(params[:id]) end |