summaryrefslogtreecommitdiffstats
path: root/app/controllers/users_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r--app/controllers/users_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index 3e4b814..04d04fd 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -49,6 +49,8 @@ class UsersController < ApplicationController
:include => [:user, :project])
end
+ @messages = @user.messages_in_inbox if @user == current_user
+
@favorites = @user.watched_objects
@atom_auto_discovery_url = feed_user_path(@user, :format => :atom)