aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-04-03 07:22:07 +0100
committerChristopher Baines <mail@cbaines.net>2018-04-03 21:58:55 +0100
commit77219c75983d0730aad77467ee1c68b21a1bfedc (patch)
treeb5fb3a22a784fdb131c8e32d3e52872c3d243fae /app/controllers
parentd196977deef0edc0f7596d8cd8855fe61f72f6ff (diff)
downloadgovuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar
govuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar.gz
Remove lots of unnecessary files
Using the Rails generator seems to generate quite a lot of unnecessary files...
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/backends_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/backends_controller.rb b/app/controllers/backends_controller.rb
deleted file mode 100644
index d433193..0000000
--- a/app/controllers/backends_controller.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class BackendsController < ApplicationController
- def index
- end
-end