Sha256: efc710f463da54461a7b50a373111f77296496ffa1e35fe3ebf36c417c8f3598
Contents?: true
Size: 186 Bytes
Versions: 14
Compression:
Stored size: 186 Bytes
Contents
# This migration comes from spree (originally 20121107194006) class AddCurrencyToOrders < ActiveRecord::Migration def change add_column :spree_orders, :currency, :string end end
Version data entries
14 entries across 14 versions & 7 rubygems