Skip to content

Commit

Permalink
fixed permissions on settings deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan McCutchen committed Apr 22, 2009
1 parent 01e7eaf commit b590870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/migrate/20090421172134_delete_setting_cards.rb
@@ -1,5 +1,6 @@
class DeleteSettingCards < ActiveRecord::Migration
def self.up
User.as :wagbot
if setting_card = Card['Setting'] and setting_card.type=='Cardtype'
Card::Setting.find(:all).each do |card|
card.extension = nil
Expand Down

0 comments on commit b590870

Please sign in to comment.