remove broken migration

This commit is contained in:
Alexander Machehin 2012-02-15 00:50:55 +06:00 committed by Vladimir Sharshov
parent bab3a90155
commit e1f1e4aff4
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
class RemoveOrphanPlatforms < ActiveRecord::Migration
def self.up
Platform.all.each {|x| x.destroy unless x.owner.present?}
end
def self.down
end
end