# HG changeset patch # User luisf # Date 1291139363 0 # Node ID e77d73b181e35601b01f2eb23fca74a0c4ed0f85 # Parent 215c92fd59543fd7c31a946dbf3038f2f6ddd3d5 Wrong naming convention correction. diff -r 215c92fd5954 -r e77d73b181e3 app/controllers/users_controller.rb --- a/app/controllers/users_controller.rb Tue Nov 30 17:49:00 2010 +0000 +++ b/app/controllers/users_controller.rb Tue Nov 30 17:49:23 2010 +0000 @@ -52,9 +52,9 @@ def show @user = User.find(params[:id]) - print @user.ssamr_user_detail.description + @description = @user.ssamr_user_detail.description - # @description = @user.ssamr_user_detail.description + # @description = @user.ssamr_user_detail.description # show projects based on current user visibility @memberships = @user.memberships.all(:conditions => Project.visible_by(User.current))