Sha256: b97657b2b44c2f9a33b391d2168fad3f998cf977b34e114aef66acdbe4c91acc
Contents?: true
Size: 448 Bytes
Versions: 158
Compression:
Stored size: 448 Bytes
Contents
module Katello class RepositoryContentViewFilter < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_content_view_filters, :class_name => 'Katello::Repository' belongs_to :filter, :inverse_of => :repository_content_view_filters, :class_name => 'Katello::ContentViewFilter', :foreign_key => :content_view_filter_id end end
Version data entries
158 entries across 158 versions & 1 rubygems