class Ector::Multi::Operation::DestroyAll
Private Instance Methods
perform(dataset)
click to toggle source
# File lib/ector-multi/operations.rb, line 89 def perform(dataset) dataset.destroy_all end
# File lib/ector-multi/operations.rb, line 89 def perform(dataset) dataset.destroy_all end