摘要: 接着上次,我们先打开xxxxxx_create_products.rbclass CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :title t.string :description t.string :image_url t.decimal :price t.timestamps end endend这个类是我们用scaffold生成的,CreateProducts类就是用来生成数据库中对应... 阅读全文
posted @ 2012-08-31 17:14 谷满仓 阅读(170) 评论(0) 推荐(0)