Sha256: 9cbb0a2c746870fa0b82ce180ea2a5e9dd9bc2999237e8e39bff155d98176fff
Contents?: true
Size: 217 Bytes
Versions: 7
Compression:
Stored size: 217 Bytes
Contents
# This migration comes from spree (originally 20100624110730) class AddDisplayToShippingMethods < ActiveRecord::Migration def change add_column :shipping_methods, :display_on, :string, :default => nil end end
Version data entries
7 entries across 7 versions & 2 rubygems