Sha256: 480a46de2f141a88ed1d23ec17957c14c763e108ffe366e59e465d3eda09a56c
Contents?: true
Size: 500 Bytes
Versions: 7
Compression:
Stored size: 500 Bytes
Contents
module Katello class ContentViewEnvironmentContentFacet < Katello::Model belongs_to :content_view_environment, :class_name => "::Katello::ContentViewEnvironment", :inverse_of => :content_view_environment_content_facets belongs_to :content_facet, :class_name => "::Katello::Host::ContentFacet", :inverse_of => :content_view_environment_content_facets validates :content_view_environment_id, presence: true validates :content_facet_id, presence: true, unless: :new_record? end end
Version data entries
7 entries across 7 versions & 1 rubygems