summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-09-02 09:55:31 -0600
committermo khan <mo@mokhan.ca>2014-09-02 09:55:31 -0600
commita9490cce5d8f0ecf2fa8dafdf53aa71218d6b90d (patch)
treee046ba5d6c44d6f781d5f27efdd28fa2f25a6b16 /app/controllers
parent4c8b8389b45dc63b4e8ca0ea12d18446ce5a53e4 (diff)
remove old home controller.
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/my/home_controller.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/controllers/my/home_controller.rb b/app/controllers/my/home_controller.rb
deleted file mode 100644
index 0d8255eb..00000000
--- a/app/controllers/my/home_controller.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module My
- class HomeController < BaseController
- def index
- end
- end
-end