Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Fix GeoMessengerBehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Feb 22, 2017
1 parent e7ead81 commit e0511bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/hyrax/geo_messenger_behavior.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def geo_works_messenger
end

def geo_work
doc = SolrDocument.new(curation_concern.to_solr)
doc = ::SolrDocument.new(curation_concern.to_solr)
show_presenter.new(doc, current_ability, request)
end
end
Expand Down

0 comments on commit e0511bf

Please sign in to comment.