Sha256: 97e30ba335ae3137b025c7245eb0de7f9319e4261eacc5d78d3d22e53674265a

Contents?: true

Size: 180 Bytes

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
foreman_salt-3.0.2 app/models/foreman_salt/host_salt_module.rb
foreman_salt-3.0.1 app/models/foreman_salt/host_salt_module.rb
foreman_salt-3.0.0 app/models/foreman_salt/host_salt_module.rb
foreman_salt-2.1.0 app/models/foreman_salt/host_salt_module.rb