Skip to content

Instantly share code, notes, and snippets.

@howdoicomputer
Last active August 2, 2016 20:40
Show Gist options
  • Save howdoicomputer/2f728f3eb8830b27028adb90a7070050 to your computer and use it in GitHub Desktop.
Save howdoicomputer/2f728f3eb8830b27028adb90a7070050 to your computer and use it in GitHub Desktop.
irb(main):003:0> Feed.all
Feed Load (0.4ms) SELECT "feeds".* FROM "feeds"
=> #<ActiveRecord::Relation [#<Feed id: 1, title: nil, url: nil, description: nil, created_at: "2016-08-02 20:39:38", updated_at: "2016-08-02 20:39:38", items: []>]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment