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