Sha256: a686e8a065c13be25c8a1a16e60f2ad586786696a4ebf202efd8a35b45e78044
Contents?: true
Size: 358 Bytes
Versions: 195
Compression:
Stored size: 358 Bytes
Contents
module Katello class EnvironmentPrior < Katello::Model belongs_to :env, :class_name => "Katello::KTEnvironment", :inverse_of => :env_priors, :foreign_key => :environment_id belongs_to :env_prior, :class_name => "Katello::KTEnvironment", :inverse_of => :env_successors, :foreign_key => :prior_id validates :prior_id, :presence => true end end
Version data entries
195 entries across 195 versions & 1 rubygems