Skip to content

Commit

Permalink
add in a self we thought we did not need but we do
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrick Rogers committed Nov 4, 2016
1 parent 42a2599 commit 7fcdf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dublin_core_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def prefix

def to_solr(solr_doc = {})
solr_doc = super(solr_doc)
solr_doc["dc_identifier_sim"] = identifier.map(&:downcase)
solr_doc["dc_identifier_sim"] = self.identifier.map(&:downcase)
return solr_doc
end

Expand Down

0 comments on commit 7fcdf0d

Please sign in to comment.