Sha256: 0c79992dbcfe6069de5728400b5ede289154891553a98a710109d66d57822d82
Contents?: true
Size: 275 Bytes
Versions: 32
Compression:
Stored size: 275 Bytes
Contents
# # Need to add reseller_id to cart. AddStiToCart is so named so Artful.ly ignores this migration # class AddStiToCart < ActiveRecord::Migration def self.up add_column :carts, :reseller_id, :string end def self.down remove_column :carts, :reseller_id end end
Version data entries
32 entries across 32 versions & 1 rubygems