remove grandparenting constraint

This commit is contained in:
albert
2013-03-06 01:27:43 -05:00
parent 54c9b8ebee
commit e8a1d3382d
3 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,5 @@ class TagAliasCorrection
clear_cache
tag_alias.update_cache
tag_alias.delay(:queue => "default").update_posts
tag_alias.antecedent_tag.fix_post_count if tag_alias.antecedent_tag
tag_alias.consequent_tag.fix_post_count if tag_alias.consequent_tag
end
end