Rename classes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user