Method: Sufia::CollectionPresenter.terms
- Defined in:
- app/presenters/sufia/collection_presenter.rb
.terms ⇒ Object
Terms is the list of fields displayed by app/views/collections/_show_descriptions.html.erb
7 8 9 10 11 |
# File 'app/presenters/sufia/collection_presenter.rb', line 7 def self.terms [:total_items, :size, :resource_type, :creator, :contributor, :keyword, :rights, :publisher, :date_created, :subject, :language, :identifier, :based_near, :related_url] end |