Skip to content

Instantly share code, notes, and snippets.

@mikeebert
Created June 26, 2012 13:58
Show Gist options
  • Select an option

  • Save mikeebert/2995935 to your computer and use it in GitHub Desktop.

Select an option

Save mikeebert/2995935 to your computer and use it in GitHub Desktop.
hash
datastore = {:users => {1 => {:name => "Mike", :email =>"mike@test.com"},
2 => {:name => "John", :email => "john@test.com"}},
:tasks => {1 => {:description => "First task"},
2 => {:description => "Second task"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment