Skip to content

Instantly share code, notes, and snippets.

@frekw
Created October 22, 2010 13:42
Show Gist options
  • Save frekw/640542 to your computer and use it in GitHub Desktop.
Save frekw/640542 to your computer and use it in GitHub Desktop.
{
"models": [
{
"id": 1,
"title": "My Awesome Document",
"tags": ["note", "school"]
},
{
"id": 2,
"title": "My Other Document",
"tags": ["personal", "letter", "mom"]
}
]
}
@ramchiranjeevi
Copy link

Hi Frekw,

How can you filter an item from a nested model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment