Method: Valkyrie::Persistence::Solr::ORMConverter#resource

Defined in:
lib/valkyrie/persistence/solr/orm_converter.rb

#resourceValkyrie::Resource

Construct the Valkyrie Resource using attributes derived from the Solr Document

Returns:



22
23
24
# File 'lib/valkyrie/persistence/solr/orm_converter.rb', line 22

def resource
  resource_klass.new(attributes.symbolize_keys.merge(new_record: false))
end