Method: Sufia::CollectionPresenter#terms_with_values

Defined in:
app/presenters/sufia/collection_presenter.rb

#terms_with_valuesObject



13
14
15
# File 'app/presenters/sufia/collection_presenter.rb', line 13

def terms_with_values
  self.class.terms.select { |t| self[t].present? }
end