Sha256: d1d240adceb69350a63805294f5fa41dda494ac8b4698ac017592e1aeee76e62
Contents?: true
Size: 229 Bytes
Versions: 25
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true module Hyrax class Institution def self.name I18n.t('hyrax.institution_name') end def self.name_full I18n.t('hyrax.institution_name_full', default: name) end end end
Version data entries
25 entries across 25 versions & 1 rubygems