Sha256: d75178c47ea90a25faafe9bad57697a235f56ecc05b9903e6e1fd5630f199569
Contents?: true
Size: 314 Bytes
Versions: 30
Compression:
Stored size: 314 Bytes
Contents
class CreateCategoriesProducts < ActiveRecord::Migration def self.up #create_table "categories_products", :id => false, :force => true do |t| # t.column "category_id", :integer # t.column "product_id", :integer #end end def self.down #drop_table "categories_products" end end
Version data entries
30 entries across 30 versions & 4 rubygems