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

9 lines
118 B
Ruby

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