aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/backends_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/backends_controller.rb')
-rw-r--r--app/controllers/backends_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/backends_controller.rb b/app/controllers/backends_controller.rb
new file mode 100644
index 0000000..d433193
--- /dev/null
+++ b/app/controllers/backends_controller.rb
@@ -0,0 +1,4 @@
+class BackendsController < ApplicationController
+ def index
+ end
+end