Sha256: 1a241ba9527e824641001ad29e1233058126733fc6059fe99351002c6d914030
Contents?: true
Size: 226 Bytes
Versions: 9
Compression:
Stored size: 226 Bytes
Contents
# This migration comes from spree (originally 20140728225422) class AddPromotionableToSpreeProducts < ActiveRecord::Migration[4.2] def change add_column :spree_products, :promotionable, :boolean, default: true end end
Version data entries
9 entries across 9 versions & 2 rubygems