module Vandal::Destroy::ClassMethods
Public Instance Methods
vandal_destroy_all()
click to toggle source
# File lib/vandal.rb, line 23 def vandal_destroy_all transaction { find_each { |r| r.vandal_destroy } } end