Skip to content

Commit

Permalink
Override #prefix to keep old solrizing behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Dec 3, 2014
1 parent 9c711aa commit bcefb17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/avalon/workflow/workflow_datastream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ def self.xml_template
builder.doc
end

def prefix
""
end

def to_solr(solr_doc=SolrDocument.new)
super(solr_doc)

Expand Down

0 comments on commit bcefb17

Please sign in to comment.