Merge pull request #522 from panckreous/dberman-typo

someone's been playing too much
This commit is contained in:
Robin Ward
2013-03-22 06:58:00 -07:00

View File

@ -73,7 +73,7 @@ class Post < ActiveRecord::Base
end
end
# The key we use in reddit to ensure unique posts
# The key we use in redis to ensure unique posts
def unique_post_key
"post-#{user_id}:#{raw_hash}"
end