Skip to content

Instantly share code, notes, and snippets.

@YurkoHoshko
Last active August 29, 2015 14:16
Show Gist options
  • Save YurkoHoshko/8445c1a7f1ebcce231c9 to your computer and use it in GitHub Desktop.
Save YurkoHoshko/8445c1a7f1ebcce231c9 to your computer and use it in GitHub Desktop.
{
{
:name => "root_category_1",
:id => "1",
:parent_category_id => nil,
:children =>
{
:name => "child_category_1",
:id => "2",
:parent_category_id => 1,
:children => ...
}
},
{
:name => "root_category_2",
:id => "3",
:parent_category_id => nil,
:children =>
{
:name => "child_category_2",
:id => "4",
:parent_category_id => 3,
:children => ...
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment