Commit 34aac45c
Changed files (1)
app
controllers
app/controllers/dashboard_controller.rb
@@ -1,4 +1,6 @@
class DashboardController < ApplicationController
+ before_filter :authenticate_user!
+
def index
@activities = current_user.recent_activities
end