fixes to tag alias cache expiration, improved instructions for sign up

This commit is contained in:
albert
2013-03-13 12:15:56 -04:00
parent b40df085d6
commit 656d591806
12 changed files with 47 additions and 33 deletions

View File

@@ -51,7 +51,6 @@ class TagAliasCorrection
def fix!
clear_cache
tag_alias.update_cache
tag_alias.delay(:queue => "default").update_posts
end
end