diaspora/app/models/notifications/liked.rb
2011-05-11 11:08:30 -07:00

8 lines
126 B
Ruby

class Notifications::Liked < Notification
def mail_job
Job::MailLiked
end
def translation_key
'liked'
end
end