Sha256: 6462c165d7a49549876549a0e2621e41dc03097db214ea13c9b7a11f473c8780
Contents?: true
Size: 159 Bytes
Versions: 91
Compression:
Stored size: 159 Bytes
Contents
class AddPromotionableToSpreeProducts < ActiveRecord::Migration def change add_column :spree_products, :promotionable, :boolean, default: true end end
Version data entries
91 entries across 91 versions & 3 rubygems