Project

General

Profile

« Previous | Next » 

Revision b2e94920

Added by David Davis about 10 years ago

Composite Content Views: Publish and yum content validation

View differences:

app/models/katello/repository.rb
scope :puppet_type, where(:content_type => PUPPET_TYPE)
scope :non_puppet, where("content_type != ?", PUPPET_TYPE)
scope :non_archived, where('environment_id is not NULL')
scope :archived, where('environment_id is NULL')
def organization
if self.environment

Also available in: Unified diff