Skip to content

Instantly share code, notes, and snippets.

View tedgrubb's full-sized avatar

Ted Grubb tedgrubb

View GitHub Profile
@tedgrubb
tedgrubb / collection.json
Last active December 10, 2019 17:18
ActiveResource: Access to data and meta objects in JSON response.
{
"data": [
{"id": 7, "name": "Boston"},
{"id": 3, "name": "Chicago"},
{"id": 1, "name": "San Francisco"}
],
"meta": {
"errors": [],
"message": "",
"next": null,