Sha256: 4815f5e126b661784fb527bfa514b6fc0060557dab82ac66d121cff8912a89cd
Contents?: true
Size: 556 Bytes
Versions: 2
Compression:
Stored size: 556 Bytes
Contents
module Katello class ContentViewPackageFilterRule < Katello::Model self.include_root_in_json = false include Glue::ElasticSearch::ContentViewPackageFilterRule if SETTINGS[:katello][:use_elasticsearch] belongs_to :filter, :class_name => "Katello::ContentViewPackageFilter", :inverse_of => :package_rules, :foreign_key => :content_view_filter_id validates_lengths_from_database validates :name, :presence => true validates_with Validators::ContentViewFilterVersionValidator end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katello-2.4.0.rc2 | app/models/katello/content_view_package_filter_rule.rb |
katello-2.4.0.rc1 | app/models/katello/content_view_package_filter_rule.rb |