class Product < ActiveRecord::Base
has_many :orders, :through => :line_items
# ....
目前分類:Ruby on Rails (2)
- Aug 31 Mon 2009 09:57
[Rails] HasManyThroughAssociationNotFoundError
- Aug 26 Wed 2009 11:32
[Rails] ActionController nvalidAuthenticityToken ...
在 Rails ,要將 sessions 存入 database,首先要先在 database 建立相關資料表
# rake db:sessions:create
# rake db:migrate