data-creative/tonebase-api

View on GitHub
app/views/api/v1/notifications/_notification.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! notification, :id, :broadcastable_type, :broadcastable_id, :event, :headline, :url

json.notified_users notification.users, :id, :username, :image_url

json.extract! notification, :created_at, :updated_at