Sha256: 0a293e0edbcbb34977b7ceefb0a41f0a704b7f9d89f6301eb55d54775bea4e1f
Contents?: true
Size: 314 Bytes
Versions: 46
Compression:
Stored size: 314 Bytes
Contents
module Katello class SubscriptionProduct < Katello::Model self.include_root_in_json = false belongs_to :product, :inverse_of => :subscription_products, :class_name => 'Katello::Product' belongs_to :subscription, :inverse_of => :subscription_products, :class_name => 'Katello::Subscription' end end
Version data entries
46 entries across 46 versions & 1 rubygems