From e964c5f9c9d129151f79a22faa1ff8e6e4edf5b8 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 23 Apr 2025 15:31:26 +0200 Subject: [PATCH] Not used! --- app/models/notifier.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 8b0b9d2ce..08ea8c9ad 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -28,8 +28,4 @@ class Notifier def should_notify? !creator.system? end - - def resource - source - end end