Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
blahed committed Jan 26, 2013
1 parent 38f2c2a commit 51899b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/von/counter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def options

# Returns the Redis hash key used for storing counts for this Counter
def hash_key
# TODO: prefix counter with counter
@hash_key ||= "#{Von.config.namespace}:#{@field}"
end

Expand Down

0 comments on commit 51899b9

Please sign in to comment.