Sha256: d118b5af91408ae46a751bc4b08cd52f525cbfeaeaa8ac5c0f172593c02a2545
Contents?: true
Size: 199 Bytes
Versions: 57
Compression:
Stored size: 199 Bytes
Contents
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
57 entries across 57 versions & 1 rubygems