Sha256: 3307685407697ec522784ca966968ed49c426449872407beb5599c981d4dcdf8
Contents?: true
Size: 207 Bytes
Versions: 7
Compression:
Stored size: 207 Bytes
Contents
# This migration comes from spree (originally 20110418151136) class EligibleForAdjustments < ActiveRecord::Migration def change add_column :adjustments, :eligible, :boolean, :default => true end end
Version data entries
7 entries across 7 versions & 2 rubygems