Skip to content

Instantly share code, notes, and snippets.

@ryanza
Created October 30, 2010 07:13
Show Gist options
  • Save ryanza/655051 to your computer and use it in GitHub Desktop.
Save ryanza/655051 to your computer and use it in GitHub Desktop.
# User: has_many :debtors
# Debtor: belongs_to :user
user = User.where(:name => "Bob").first
user.debtors.all.delete_all
# The above command deleted ALL the debtors in the DB?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment