Sha256: 4da43c463f296d9215a9c04ad52a60ef9e4795c9b99880b9061b023a352d74dc
Contents?: true
Size: 234 Bytes
Versions: 7
Compression:
Stored size: 234 Bytes
Contents
class IsParanoidToPaperTrail < ActiveRecord::Migration def up [Account, Campaign, Contact, Lead, Opportunity, Task].each do |klass| klass.where('deleted_at IS NOT NULL').each(&:destroy) end end def down end end
Version data entries
7 entries across 7 versions & 2 rubygems