Sha256: 23c46ad511809f0e0233a5716146fc62e85fbe98767208f7c5192d747892e796

Contents?: true

Size: 282 Bytes

Versions: 46

Compression:

Stored size: 282 Bytes

Contents

module Katello
  class KeyHostCollection < Katello::Model
    self.include_root_in_json = false

    belongs_to :activation_key, :inverse_of => :key_host_collections
    belongs_to :host_collection, :inverse_of => :key_host_collections
    validates_lengths_from_database
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
katello-3.4.5 app/models/katello/key_host_collection.rb
katello-3.4.4 app/models/katello/key_host_collection.rb
katello-3.4.2 app/models/katello/key_host_collection.rb
katello-3.4.1 app/models/katello/key_host_collection.rb
katello-3.4.0.2 app/models/katello/key_host_collection.rb
katello-3.4.0.1 app/models/katello/key_host_collection.rb
katello-3.3.2 app/models/katello/key_host_collection.rb
katello-3.4.0 app/models/katello/key_host_collection.rb
katello-3.4.0.rc2 app/models/katello/key_host_collection.rb
katello-3.4.0.rc1 app/models/katello/key_host_collection.rb
katello-3.3.1.1 app/models/katello/key_host_collection.rb
katello-3.3.1 app/models/katello/key_host_collection.rb
katello-3.3.0.1 app/models/katello/key_host_collection.rb
katello-3.3.0 app/models/katello/key_host_collection.rb
katello-3.3.0.rc2 app/models/katello/key_host_collection.rb
katello-3.3.0.rc1.1 app/models/katello/key_host_collection.rb
katello-3.3.0.rc1 app/models/katello/key_host_collection.rb
katello-3.2.1.1 app/models/katello/key_host_collection.rb
katello-3.2.1 app/models/katello/key_host_collection.rb
katello-3.2.0 app/models/katello/key_host_collection.rb