Sha256: f3504820386881c0977f34acab737a92814a54a3b403dd47c24dabb9ea9c09a7
Contents?: true
Size: 180 Bytes
Versions: 15
Compression:
Stored size: 180 Bytes
Contents
module ForemanSalt class HostSaltModule < ActiveRecord::Base belongs_to :host, :class_name => 'Host::Managed', :foreign_key => :host_id belongs_to :salt_module end end
Version data entries
15 entries across 15 versions & 1 rubygems