Skip to content

Commit

Permalink
buf
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaodream committed Jun 15, 2015
1 parent 7bc8d2b commit 0b261a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/teamwork.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def rand_result_percent(user_id,num)
def get_result_percent(user_id)
if user_id
index = partners.index user_id
p "partners = #{partners} and index = #{index}"
r = results
if r
r[index]
Expand Down

0 comments on commit 0b261a8

Please sign in to comment.