summaryrefslogtreecommitdiff
path: root/app
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
parent4c8b8389b45dc63b4e8ca0ea12d18446ce5a53e4 (diff)
remove old home controller.
Diffstat (limited to 'app')
-rw-r--r--app/controllers/my/home_controller.rb6
-rw-r--r--app/views/my/home/index.html.erb7
2 files changed, 0 insertions, 13 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
diff --git a/app/views/my/home/index.html.erb b/app/views/my/home/index.html.erb
deleted file mode 100644
index 62652b9e..00000000
--- a/app/views/my/home/index.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-<div class="row-fluid">
- <div class="span2">
- <%= render partial: "my/shared/my_nav" %>
- </div>
- <div class="span10">
- </div>
-</div>