Sha256: 5e1cbdcb45f4adcf966a7533a2926c03b57a6eb6b009e1fc7722eac27a7c035f
Contents?: true
Size: 181 Bytes
Versions: 7
Compression:
Stored size: 181 Bytes
Contents
# This migration comes from spree (originally 20091126190904) class CheckoutStateMachine < ActiveRecord::Migration def change add_column :checkouts, :state, :string end end
Version data entries
7 entries across 7 versions & 2 rubygems