Commit e2afffa5

mo k <mo@mokhan.ca>
2011-06-25 03:16:13
remove the dashboard controller.
1 parent 98d018b
Changed files (3)
app/controllers/dashboard_controller.rb
@@ -1,7 +0,0 @@
-class DashboardController < ApplicationController
-  before_filter :authenticate!
-
-  def index
-  end
-
-end
app/helpers/dashboard_helper.rb
@@ -1,2 +0,0 @@
-module DashboardHelper
-end
app/views/dashboard/index.html.erb
@@ -1,1 +0,0 @@
-<h1>welcome to cakeside</h1>