Skip to content

Instantly share code, notes, and snippets.

@whalec
Created August 16, 2011 04:54
Show Gist options
  • Save whalec/1148459 to your computer and use it in GitHub Desktop.
Save whalec/1148459 to your computer and use it in GitHub Desktop.
{
name : "Cams custom view",
columns : [
"name", "hits", "created_at"
],
filters : [
{action : "name='Cam'"},
{action : "hits>12"}
],
order : [{action : "hits DESC"}, {action : "created_at DESC"}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment