-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I've created this hack for hypertemplate: https://gist.github.com/1113898
It allows for having something like the following:
notifications {
members(:collection => @notifications, :root => false) do |notification|
id notification.id
title notification.title
end
}
This will return something like the following
{ "notifications":
[
{
"id": 2,
"title": "some title",
}
]
}
Would je be willing to add something like this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels