openSUSE/open-build-service

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class ProjectsWithVeryImportantAttributeFinder < AttribFinder
  def initialize(relation = Project.default_scoped, namespace = 'OBS', name = 'VeryImportantProject')
    super
  end
end