Last active
October 30, 2015 18:48
-
-
Save gitbnw/0b8791213710666702f9 to your computer and use it in GitHub Desktop.
bloccit-rails-console-assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[21] pry(#<Post>):1> post | |
=> #<Post:0x00000005bb5558 | |
id: 1, | |
title: "My even different title", | |
body: "This is different", | |
created_at: Fri, 30 Oct 2015 15:35:42 UTC +00:00, | |
updated_at: Fri, 30 Oct 2015 18:34:03 UTC +00:00> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment