diaspora/app/workers/mail/contacts_birthday.rb
2017-12-18 04:34:35 +01:00

8 lines
120 B
Ruby

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