added this thing
This commit is contained in:
parent
2549d94f31
commit
6a914d4394
|
@ -0,0 +1,5 @@
|
|||
class Notifications::QuestionAnswered < Notification
|
||||
def linked_object
|
||||
Answer.where(id: self.target_id).first
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue