publish_my_data 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,7 +59,7 @@ module PublishMyData
59
59
  # http://example.com/doc/blah
60
60
  def doc
61
61
  uri = Resource.uri_from_host_and_doc_path(request.host, params[:path], params[:format])
62
- resource = PublishMyData::Resource.find(uri)
62
+ resource = PublishMyData::Resource.find(uri, local:true)
63
63
  render_resource(resource)
64
64
  end
65
65
 
@@ -1,3 +1,3 @@
1
1
  module PublishMyData
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end