summaryrefslogtreecommitdiff
path: root/app/controllers/my
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-07-20 10:32:02 -0600
committermo khan <mo@mokhan.ca>2014-07-20 10:32:02 -0600
commit75f9e0781752bdc6916217f1f31aff5a94fd1149 (patch)
tree7bd879c046a741750e1f28ce8ec22116bb9fbd02 /app/controllers/my
parent874352e8c27545134b47f601ef931ce265e9d435 (diff)
replace cake controller with home controller in dashboard section.
Diffstat (limited to 'app/controllers/my')
-rw-r--r--app/controllers/my/home_controller.rb (renamed from app/controllers/my/cakes_controller.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/my/cakes_controller.rb b/app/controllers/my/home_controller.rb
index f2c6753f..0d8255eb 100644
--- a/app/controllers/my/cakes_controller.rb
+++ b/app/controllers/my/home_controller.rb
@@ -1,5 +1,5 @@
module My
- class CakesController < BaseController
+ class HomeController < BaseController
def index
end
end