Sha256: aa0be61278dba1baebe2a24845400753c6f1c0d5e25af4930396839e68ef154f
Contents?: true
Size: 455 Bytes
Versions: 181
Compression:
Stored size: 455 Bytes
Contents
module Katello class SubscriptionFacetPool < Katello::Model # Note: Do not use active record call backs or dependent references on this class # Direct deletes are made in Pool#import_hosts (instead of destroys). belongs_to :subscription_facet, :inverse_of => :subscription_facet_pools, :class_name => 'Katello::Host::SubscriptionFacet' belongs_to :pool, :inverse_of => :subscription_facet_pools, :class_name => 'Katello::Pool' end end
Version data entries
181 entries across 181 versions & 1 rubygems