diff --git a/db/migrate/20090513103111_create_paypal_express_gateway.rb b/db/migrate/20090513103111_create_paypal_express_gateway.rb index 4854be6..f222981 100644 --- a/db/migrate/20090513103111_create_paypal_express_gateway.rb +++ b/db/migrate/20090513103111_create_paypal_express_gateway.rb @@ -11,5 +11,6 @@ class CreatePaypalExpressGateway < ActiveRecord::Migration end def self.down + Gateway.find_by_name("Paypal Express UK").destroy end end