Method: Valkyrie::Persistence::Solr::ORMConverter#resource
- Defined in:
- lib/valkyrie/persistence/solr/orm_converter.rb
#resource ⇒ Valkyrie::Resource
Construct the Valkyrie Resource using attributes derived from the Solr Document
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 |