carlesjove / collection_json_serializer

A Ruby gem to respond with Collection+JSON
MIT License
3 stars 1 forks source link

Items should support `href` to self #14

Closed carlesjove closed 9 years ago

carlesjove commented 9 years ago
"items" :
    [
      {
        "href" : URI, // <-- this
        "data" : [ARRAY],
        "links" : [ARRAY]
      }
    ]