Class: Hyrax::Institution
- Inherits:
-
Object
- Object
- Hyrax::Institution
- Defined in:
- app/services/hyrax/institution.rb
Class Method Summary collapse
Class Method Details
.name ⇒ Object
3 4 5 |
# File 'app/services/hyrax/institution.rb', line 3 def self.name I18n.t('hyrax.institution_name') end |
.name_full ⇒ Object
7 8 9 |
# File 'app/services/hyrax/institution.rb', line 7 def self.name_full I18n.t('hyrax.institution_name_full', default: name) end |