aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns_collections
diff options
context:
space:
mode:
authorXinhui2016-12-08 12:28:35 +0100
committerXinhui2016-12-08 12:28:35 +0100
commit9b37986ef2f7c10e26fec5c7ce1297e071f53aa4 (patch)
tree21c1997d998dc189f90ab945dfe8d4765a4a0ce2 /app/views/journey_patterns_collections
parent2011d02e79659c17eebcd5f38e75a1afa34352ee (diff)
downloadchouette-core-9b37986ef2f7c10e26fec5c7ce1297e071f53aa4.tar.bz2
Journey patterns collection controller
Diffstat (limited to 'app/views/journey_patterns_collections')
-rw-r--r--app/views/journey_patterns_collections/show.html.slim1
-rw-r--r--app/views/journey_patterns_collections/show.rabl3
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/journey_patterns_collections/show.html.slim b/app/views/journey_patterns_collections/show.html.slim
new file mode 100644
index 000000000..2c4a38bd6
--- /dev/null
+++ b/app/views/journey_patterns_collections/show.html.slim
@@ -0,0 +1 @@
+= javascript_include_tag 'es6_browserified/journey_patterns/index.js'
diff --git a/app/views/journey_patterns_collections/show.rabl b/app/views/journey_patterns_collections/show.rabl
new file mode 100644
index 000000000..c241a9c0e
--- /dev/null
+++ b/app/views/journey_patterns_collections/show.rabl
@@ -0,0 +1,3 @@
+collection @journey_patterns
+extends "api/v1/journey_patterns/show"
+