6 lines
91 B
Ruby
6 lines
91 B
Ruby
module Workers
|
|
module Mail
|
|
class MentionedInComment < NotifierBase
|
|
end
|
|
end
|
|
end
|