Sha256: 861c6f08d121cc7f6a61bc627b1ced398bd69c864735a9e8990b396855a4420a
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
class AddAllowVendorAdditonToSetings < ActiveRecord::Migration def change add_column :settings, :add_vendor, :boolean , :default => true add_column :settings, :add_vendor_approval, :boolean, :default => true end end
Version data entries
3 entries across 3 versions & 1 rubygems