summaryrefslogtreecommitdiff
path: root/views/compound.xml.builder
diff options
context:
space:
mode:
Diffstat (limited to 'views/compound.xml.builder')
-rw-r--r--views/compound.xml.builder11
1 files changed, 0 insertions, 11 deletions
diff --git a/views/compound.xml.builder b/views/compound.xml.builder
deleted file mode 100644
index b4f6cfa..0000000
--- a/views/compound.xml.builder
+++ /dev/null
@@ -1,11 +0,0 @@
-xml.instruct!
-xml.dataset do
- @compounds.each do |compound,features|
- xml.compound do
- xml.uri compound
- features.each do |f|
- xml.feature_uri f
- end
- end
- end
-end