remove the gateway config when running "down"

This commit is contained in:
paulcc 2009-07-06 22:13:37 +01:00
parent 12641a8110
commit 211efffe5f
1 changed files with 1 additions and 0 deletions

View File

@ -11,5 +11,6 @@ class CreatePaypalExpressGateway < ActiveRecord::Migration
end
def self.down
Gateway.find_by_name("Paypal Express UK").destroy
end
end