Method: Labeling::Base.concept_published

Defined in:
app/models/labeling/base.rb

.concept_publishedObject



39
40
41
# File 'app/models/labeling/base.rb', line 39

def self.concept_published
  includes(:owner).merge(Concept::Base.published)
end