Method: CurationConcerns::QaSelectService#active_elements
- Defined in:
- app/services/curation_concerns/qa_select_service.rb
#active_elements ⇒ Object
29 30 31 |
# File 'app/services/curation_concerns/qa_select_service.rb', line 29 def active_elements .all.select { |e| active?(e.fetch('id')) } end |