Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created August 22, 2012 14:06
Show Gist options
  • Save takuyan/3425937 to your computer and use it in GitHub Desktop.
Save takuyan/3425937 to your computer and use it in GitHub Desktop.
articles = Article.all()
someUsersArticles = Article.find
user_id: 1
someUsersArticles.length # => 3
Article.deleteAll
user_id: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment