Commit e2afffa5
Changed files (3)
app
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>