This commit is contained in:
adam.harbas@a-net.ba
2016-01-11 09:51:59 +01:00
383 changed files with 210 additions and 135482 deletions

View File

@@ -0,0 +1,5 @@
class AddPaymentMethodToDeliveryDestination < ActiveRecord::Migration
def change
add_column :delivery_destinations, :payment_method, :string
end
end