我有以下模式:
class Book < ActiveRecord::Base
has_many :chapters
end
以及
class Chapter < ActiveRecord::Base
belongs_to :book
end
www.un.org/chinese/sc/presidency.asp 我
undefined method `book for #<ActiveRecord::Relation:0x0000010378d5d0>
当我试图获得类似书籍时
@chapter.book