Class: HostAnsibleRole
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- HostAnsibleRole
- Defined in:
- app/models/host_ansible_role.rb
Overview
Join model that hosts the connection between hosts and ansible_roles
Instance Method Summary collapse
Instance Method Details
#to_label ⇒ Object
14 15 16 |
# File 'app/models/host_ansible_role.rb', line 14 def to_label ansible_role.name end |