diff options
-rw-r--r-- | app/models/custom_filter.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/custom_filter.rb b/app/models/custom_filter.rb index f60ca28d3..bd098c742 100644 --- a/app/models/custom_filter.rb +++ b/app/models/custom_filter.rb @@ -26,6 +26,7 @@ class CustomFilter < ApplicationRecord after_save :update_feeds after_destroy :remove_cache + after_destroy :update_feeds private |