9 lines
118 B
Ruby
9 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Workers
|
|
module Mail
|
|
class CommentOnPost < NotifierBase
|
|
end
|
|
end
|
|
end
|
|
|