Sha256: 80e66a08689ba573d1860f9924f2ec2d53ed23f9bc4b547bbb59f55bb9d56b52
Contents?: true
Size: 280 Bytes
Versions: 17
Compression:
Stored size: 280 Bytes
Contents
# Join model that hosts the connection between hosts and ansible_roles class HostAnsibleRole < ApplicationRecord belongs_to_host belongs_to :ansible_role validates :ansible_role_id, :presence => true, :uniqueness => { :scope => :host_id } end
Version data entries
17 entries across 17 versions & 1 rubygems