From 04165369fd6e317fc5a2768a49876ebc8a11889d Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 17 Nov 2019 15:06:00 -0600 Subject: Reduce Vitamin D intake. --- app/models/status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') diff --git a/app/models/status.rb b/app/models/status.rb index 4e57c772e..ac40b2acb 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -338,7 +338,7 @@ class Status < ApplicationRecord after_create :process_bangtags, if: :local? after_save :update_normalized_text - after_save :formatter_removed_cached + after_save :formatter_remove_cached class << self include SearchHelper -- cgit