Mercurial > hg > soundsoftware-site
changeset 58:e77d73b181e3 luisf
Wrong naming convention correction.
author | luisf |
---|---|
date | Tue, 30 Nov 2010 17:49:23 +0000 |
parents | 215c92fd5954 |
children | 7ff14a13f48a |
files | app/controllers/users_controller.rb |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))