Commit 34aac45c

mo khan <mo@mokhan.ca>
2014-01-18 06:38:02
authenticate users to the dashboard.
1 parent a049ec9
Changed files (1)
app/controllers/dashboard_controller.rb
@@ -1,4 +1,6 @@
 class DashboardController < ApplicationController
+  before_filter :authenticate_user!
+
   def index
     @activities = current_user.recent_activities
   end