Class: Hyrax::Institution

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

Class Method Summary collapse

Class Method Details

.nameObject



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

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

.name_fullObject



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

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