Sha256: eab4f919c6b69605782a27d7807128cc2e2120e14b89bdc18190afdf91807cbb
Contents?: true
Size: 155 Bytes
Versions: 12
Compression:
Stored size: 155 Bytes
Contents
class AddConfirmationSentToOrders < ActiveRecord::Migration def change add_column :orders, :confirmation_sent, :boolean, :default => false end end
Version data entries
12 entries across 12 versions & 1 rubygems