trigger feed update after a filter is deleted

master
multiple creatures 2020-01-10 17:25:42 -06:00
parent ffc01ab281
commit 5f84297df2
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class CustomFilter < ApplicationRecord
after_save :update_feeds
after_destroy :remove_cache
after_destroy :update_feeds
private