# File lib/active_record/base.rb, line 770 def destroy_all(conditions = nil) find(:all, :conditions => conditions).each { |object| object.destroy } end