Skip to content

Commit

Permalink
Merge pull request #61 from greybutton/fix/user-profile
Browse files Browse the repository at this point in the history
fix user profile resume list
  • Loading branch information
mokevnin committed Sep 19, 2019
2 parents 8f1ff22 + e4fc019 commit f2e3fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/web/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ def show
@user = User.find(params[:id])
@user_answers = @user.resume_answers
@user_likes = @user.resume_answers.sum('likes_count')
@user_resumes = @user.resumes
@user_resumes = @user.resumes.web
end
end

0 comments on commit f2e3fdb

Please sign in to comment.