diaspora/app/workers/mail/mentioned_in_comment.rb
2017-09-17 19:29:15 +02:00

8 lines
122 B
Ruby

# frozen_string_literal: true
module Workers
module Mail
class MentionedInComment < NotifierBase
end
end
end