aboutsummaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-06-14 19:14:10 +0200
committerGuido Günther <agx@sigxcpu.org>2016-06-14 19:14:10 +0200
commitbe945de33c794a449c5fcbf991db4bf0d49b1fb7 (patch)
tree477c5f4b708e37200f9042e206e4d7874d2eeae7 /config/routes.rb
Initial commitHEADmaster
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
new file mode 100644
index 0000000..48a550c
--- /dev/null
+++ b/config/routes.rb
@@ -0,0 +1,5 @@
+Rails.application.routes.draw do
+ resources :compute_resources do
+ resources :image_upload
+ end
+end