Skip to content

Instantly share code, notes, and snippets.

@shanemcd
Created October 20, 2011 03:16
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 shanemcd/1300334 to your computer and use it in GitHub Desktop.
Save shanemcd/1300334 to your computer and use it in GitHub Desktop.
irb(main):002:0> Articles.count
=> 5
irb(main):003:0> Articles.find(1)
=> #<Enumerator: Articles:find(1)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment