Sha256: 95b18f601bf521aa3e935c6ea6f4bf2022f95850d47793651fd12c3039c0917e
Contents?: true
Size: 358 Bytes
Versions: 196
Compression:
Stored size: 358 Bytes
Contents
module Katello class SubscriptionFacetInstalledProduct < Katello::Model belongs_to :subscription_facet, :inverse_of => :subscription_facet_installed_products, :class_name => 'Katello::Host::SubscriptionFacet' belongs_to :installed_product, :inverse_of => :subscription_facet_installed_products, :class_name => 'Katello::InstalledProduct' end end
Version data entries
196 entries across 196 versions & 1 rubygems