summaryrefslogtreecommitdiff
path: root/app/controllers/locations_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/locations_controller.rb')
-rw-r--r--app/controllers/locations_controller.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/controllers/locations_controller.rb b/app/controllers/locations_controller.rb
deleted file mode 100644
index 4616c3d..0000000
--- a/app/controllers/locations_controller.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class LocationsController < ApplicationController
- def index
- @locations = Location.all
- end
-
- def show
- @location = Location.find(params[:id])
- end
-end