Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from anonymous/cache.rb
Last active December 21, 2015 18:39
Show Gist options
  • Save radar/6348651 to your computer and use it in GitHub Desktop.
Save radar/6348651 to your computer and use it in GitHub Desktop.
cache = {
:id => 1,
:pages => [
{
:id => 2,
:redirect => 'whatever',
:designs => {
:id => 3
}
},
{
:id => 4,
:designs => {
:id => 5
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment