Sha256: f04f41cc125083c17341340352ba5772387544f9869665134ae0b5d5be92f7f0
Contents?: true
Size: 203 Bytes
Versions: 7
Compression:
Stored size: 203 Bytes
Contents
# This migration comes from spree (originally 20091212161118) class ShippingMethodIdForCheckouts < ActiveRecord::Migration def change add_column :checkouts, :shipping_method_id, :integer end end
Version data entries
7 entries across 7 versions & 2 rubygems