Method: CurateHelper#classify_for_display
- Defined in:
- app/helpers/curate_helper.rb
#classify_for_display(curation_concern) ⇒ Object
64 65 66 |
# File 'app/helpers/curate_helper.rb', line 64 def classify_for_display(curation_concern) curation_concern.human_readable_type.downcase end |