Method: Sufia::FileSetBehavior#to_presenter

Defined in:
app/models/concerns/sufia/file_set_behavior.rb

#to_presenterObject

Cast to a SolrDocument by querying from Solr



7
8
9
# File 'app/models/concerns/sufia/file_set_behavior.rb', line 7

def to_presenter
  CatalogController.new.fetch(id).last
end