Sha256: 5a6c2667f03336998f84d6e09e28a5a1632eb39e0a456d0830290f5e56c28519
Contents?: true
Size: 221 Bytes
Versions: 6
Compression:
Stored size: 221 Bytes
Contents
# This migration comes from spree (originally 20140728225422) class AddPromotionableToSpreeProducts < ActiveRecord::Migration def change add_column :spree_products, :promotionable, :boolean, default: true end end
Version data entries
6 entries across 6 versions & 3 rubygems