Rename classes

This commit is contained in:
Jorge Manrubia
2025-04-23 16:19:41 +02:00
parent f258b05b23
commit 5749ad77e5
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
class Notifier::Event < Notifier
class Notifier::EventNotifier < Notifier
delegate :card, :creator, to: :source
delegate :watchers_and_subscribers, to: :card
@@ -1,4 +1,4 @@
class Notifier::Mention < Notifier
class Notifier::MentionNotifier < Notifier
alias mention source
private