diaspora/app/models/notifications/also_commented.rb
2011-03-01 10:30:29 -08:00

5 lines
102 B
Ruby

class Notifications::AlsoCommented < Notification
def mail_job
Job::MailAlsoCommented
end
end