0
我has_and_belongs_to_many不工作在我的節目來看,在形式,我能夠選擇多個選項,但他們不會顯示在show.html.erbhas_and_belongs_to_many作品在形式,但沒有表現出
我區間控制器
class Section < ActiveRecord::Base
attr_accessible :about, :name
has_and_belongs_to_many :products
end
我的產品控制器
class Products < ActiveRecord::Base
attr_accessible :price, :name, :section_id
has_and_belongs_to_many :sections
end
在我的節目鑑於
<%=h @product.section.name %>
創建和呈現出產品