From ffc01ab2812a05cee0cb8f69a6551a25e8a44db7 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 10 Jan 2020 17:20:51 -0600 Subject: remove duplicate `private` section --- app/models/custom_filter.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/models') diff --git a/app/models/custom_filter.rb b/app/models/custom_filter.rb index f60c42121..f60ca28d3 100644 --- a/app/models/custom_filter.rb +++ b/app/models/custom_filter.rb @@ -33,8 +33,6 @@ class CustomFilter < ApplicationRecord FilterFeedsWorker.perform_async(account_id) end - private - def remove_cache redis.del("filtered_statuses:#{account_id}") end -- cgit