Module: Hyrax::SolrDocument::Metadata
- Extended by:
- ActiveSupport::Concern
- Included in:
- Hyrax::SolrDocumentBehavior
- Defined in:
- app/models/concerns/hyrax/solr_document/metadata.rb
Defined Under Namespace
Modules: Solr
Instance Method Summary collapse
Instance Method Details
#alt_text_for_view ⇒ Object
43 44 45 46 47 |
# File 'app/models/concerns/hyrax/solr_document/metadata.rb', line 43 def alt_text_for_view return alt_text.first.presence || title.first if file_set? thumbnail_alt_text.first || "#{title.first} #{I18n.t('hyrax.homepage.admin_sets.thumbnail')}" end |