5 lines
150 B
Ruby
5 lines
150 B
Ruby
mention = notification.source
|
|
|
|
json.title "#{mention.mentioner.first_name} @mentioned you"
|
|
json.body mention.source.mentionable_content.truncate(200)
|