openSUSE/open-build-service

View on GitHub
src/api/app/queries/projects_with_image_templates_finder.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# returns all projects with attribute 'OBS:ImageTemplates'
class ProjectsWithImageTemplatesFinder < AttribFinder
  def initialize(relation = Project.default_scoped, namespace = 'OBS', name = 'ImageTemplates')
    super
  end
end