Method: QuickClassificationQuery#all
- Defined in:
- app/models/quick_classification_query.rb
#all ⇒ Object
13 14 15 |
# File 'app/models/quick_classification_query.rb', line 13 def all (registered_curation_concern_names & normalized_curation_concern_names).sort.collect(&:constantize) end |