expire name cache after 1 hour

This commit is contained in:
albert
2011-12-22 12:47:13 -05:00
parent 7aca7f3e2f
commit 5d71f005b0
3 changed files with 5 additions and 3 deletions

View File

@@ -1069,7 +1069,7 @@ class Post < ActiveRecord::Base
"md5" => md5,
"has_notes" => last_noted_at.present?,
"rating" => rating,
"author" => uploader.name,
"author" => uploader_name,
"creator_id" => uploader_id,
"width" => image_width,
"source" => source,