Skip to content

Commit

Permalink
ccmatrix: don't use the ccmatrix instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asmuth committed Mar 12, 2012
1 parent 625c668 commit e090856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recommendify/cc_matrix.rb
Expand Up @@ -21,7 +21,7 @@ def add_set(set_id, item_ids)
def add_single(set_id, item_id, other_item_ids)
item_count_incr(item_id)
other_item_ids.each do |other_item|
@ccmatrix.incr(item_id, other_item)
ccmatrix.incr(item_id, other_item)
end
end

Expand Down

0 comments on commit e090856

Please sign in to comment.