Sha256: 267306ce379c2124744485a0402b9c82b925723b9b4db6d40b010bf8878e92fa
Contents?: true
Size: 257 Bytes
Versions: 7
Compression:
Stored size: 257 Bytes
Contents
# This migration comes from spree (originally 20120105193911) class AssociateShippingMethodsAndShippingCategories < ActiveRecord::Migration def change change_table :spree_shipping_methods do |t| t.references :shipping_category end end end
Version data entries
7 entries across 7 versions & 2 rubygems