parent
7c3e5b2b99
commit
c32663f8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ module Admin
|
||||||
|
|
||||||
def handle_article_cache
|
def handle_article_cache
|
||||||
article = Article.find(params[:bust_article].to_i)
|
article = Article.find(params[:bust_article].to_i)
|
||||||
article.touch(:last_commented_at)
|
article.touch(:last_comment_at)
|
||||||
EdgeCache::BustArticle.call(article)
|
EdgeCache::BustArticle.call(article)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue