Sha256: e1a528bee06e0834fa72ad93f23ca159b4d3e9a3d333abdb7f1b76d7c8daf905
Contents?: true
Size: 455 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems