Sha256: 71476f7212d5fb643d7a9dbbae8fabd2750be4a0b16936783e3502bef120eafa
Contents?: true
Size: 186 Bytes
Versions: 6
Compression:
Stored size: 186 Bytes
Contents
class CreateCart < ActiveRecord::Migration def change create_table :shopping_carts create_table :shopping_cart_items do |t| t.shopping_cart_item_fields end end end
Version data entries
6 entries across 6 versions & 1 rubygems