Sha256: e616d6b9e4b283aad9c887bf1ceb6e00d5dd748ace90bf02e42e63082ec0e4c1
Contents?: true
Size: 192 Bytes
Versions: 2
Compression:
Stored size: 192 Bytes
Contents
# This migration comes from spree (originally 20150205210527) class AddCodeToRefundReason < ActiveRecord::Migration def change add_column :spree_refund_reasons, :code, :string end end
Version data entries
2 entries across 2 versions & 1 rubygems