Sha256: aafd35bc00f8c284ca602fa17255621aa2520a15e9bcaa384d9f44e76ba5e09f
Contents?: true
Size: 199 Bytes
Versions: 9
Compression:
Stored size: 199 Bytes
Contents
# This migration comes from spree (originally 20130413230529) class AddNameToSpreeCreditCards < ActiveRecord::Migration[4.2] def change add_column :spree_credit_cards, :name, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems