Commit 94eba99c7f6b27dd1a721a487a8e8bf980b7580b

Authored by Victor Costa
1 parent 53e9b32e

virtuoso: fix template representation of uri

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
plugins/virtuoso/lib/ext/uri.rb 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +class RDF::URI
  2 +
  3 + def to_liquid
  4 + value
  5 + end
  6 +
  7 +end
... ...