Sha256: b21858bdbef98d3f2136029cafe2291d94a972f198eae75d6a7ab2ec5afae898
Contents?: true
Size: 194 Bytes
Versions: 14
Compression:
Stored size: 194 Bytes
Contents
# -*- encoding : utf-8 -*- class DeleteMachineOutput < Card::CoreMigration def up Card.search( right: { codename: 'machine_output' } ).each do |card| card.delete! end end end
Version data entries
14 entries across 14 versions & 1 rubygems