Sha256: ee90f5e10d8da10cd9dd577604a871fbd1de49c743cbd710ef6e417c88abf24a
Contents?: true
Size: 212 Bytes
Versions: 7
Compression:
Stored size: 212 Bytes
Contents
# This migration comes from spree (originally 20100427121301) class AddDisplayToPaymentMethods < ActiveRecord::Migration def change add_column :payment_methods, :display, :string, :default => nil end end
Version data entries
7 entries across 7 versions & 2 rubygems