mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 13:02:12 +02:00
5 lines
No EOL
125 B
Ruby
5 lines
No EOL
125 B
Ruby
class Notifications::QuestionAnswered < Notification
|
|
def linked_object
|
|
Answer.where(id: self.target_id).first
|
|
end
|
|
end |