Sha256: f1762afc277851b107c4e0031c927cc57083bb4d12a0d47fad2d322fe212ebf1
Contents?: true
Size: 508 Bytes
Versions: 4
Compression:
Stored size: 508 Bytes
Contents
module Katello class SmartProxyAlternateContentSource < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done self.table_name = :katello_smart_proxy_alternate_content_sources belongs_to :smart_proxy, :inverse_of => :smart_proxy_alternate_content_sources, :class_name => 'SmartProxy' belongs_to :alternate_content_source, :inverse_of => :smart_proxy_alternate_content_sources, :class_name => 'Katello::AlternateContentSource' end end
Version data entries
4 entries across 4 versions & 1 rubygems