Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshsmith/2baf866396103fe8eb5a to your computer and use it in GitHub Desktop.
Save joshsmith/2baf866396103fe8eb5a to your computer and use it in GitHub Desktop.
{
"skills": [
{
"id": 1,
"name": "Grilling Chicken",
"earned": true
}
],
"ingredients": [
{
"id": 1,
"name": "5 large potatoes"
}
],
"tools": [
{
"id": 1,
"name": "Roasting Pan"
}
],
"recipe": {
"id": 1,
"title": "Roasted Potatoes",
"skill_ids": [
1
],
"ingredient_ids": [
1
],
"tool_ids": [
1
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment