22 23 24
# File 'lib/sql_object/sql_object.rb', line 22 def self.destroy_all! all.each(&:destroy!) end