Class: Hyrax::Institution

Inherits:
Object
  • Object
show all
Defined in:
app/services/hyrax/institution.rb

Class Method Summary collapse

Class Method Details

.nameObject



3
4
5
# File 'app/services/hyrax/institution.rb', line 3

def self.name
  I18n.t('hyrax.institution_name')
end

.name_fullObject



7
8
9
# File 'app/services/hyrax/institution.rb', line 7

def self.name_full
  I18n.t('hyrax.institution_name_full', default: name)
end