jam-cloud/web/app/views/api_users/my_notifications.rabl

11 lines
182 B
Ruby

node :next do |page|
@next
end
node :unread_total do |page|
@unread_total
end
node :notifications do |page|
partial "api_users/notification_index", object: @notifications
end