Skip to content

Instantly share code, notes, and snippets.

@BLauris

BLauris/.rb Secret

Last active May 12, 2017 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BLauris/08fd3fd4ad0b302bfd7b7e64c8daa262 to your computer and use it in GitHub Desktop.
Save BLauris/08fd3fd4ad0b302bfd7b7e64c8daa262 to your computer and use it in GitHub Desktop.
{:id=>2,
:title=>"Test room 2",
:messages=>
[{:id=>20, :body=>"Message one", :written_at=>"12:37:46 12 May 2017", :user=>{:id=>1, :full_name=>"Dasia Cremin"}},
{:id=>21, :body=>"message two", :written_at=>"12:37:50 12 May 2017", :user=>{:id=>1, :full_name=>"Dasia Cremin"}},
{:id=>22, :body=>"Nice to meet you good sir.", :written_at=>"12:38:24 12 May 2017", :user=>{:id=>2, :full_name=>"Robb Wilkinson"}},
{:id=>23, :body=>"Howdy boys, what a nice day.", :written_at=>"12:39:01 12 May 2017", :user=>{:id=>3, :full_name=>"Jackson Legros"}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment