retrospring/app/models/notifications/question_answered.rb
2014-12-14 14:44:25 +01:00

5 lines
No EOL
125 B
Ruby

class Notifications::QuestionAnswered < Notification
def linked_object
Answer.where(id: self.target_id).first
end
end