Class: HostAnsibleRole

Inherits:
ApplicationRecord
  • Object
show all
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_labelObject



14
15
16
# File 'app/models/host_ansible_role.rb', line 14

def to_label
  ansible_role.name
end