diaspora/app/workers/mail/mentioned_in_comment.rb
2016-11-28 15:56:56 +02:00

6 lines
91 B
Ruby

module Workers
module Mail
class MentionedInComment < NotifierBase
end
end
end