0
我有兩個模型(資源和tool_tip_infos)主動聯繫,我用積極的管理與嵌套資源,並實現這一點,我已經定義是這樣的:導軌和嵌套資源
ActiveAdmin.register ToolTipInfo do
belongs_to :resource
end
,但如果我打電話http://abc.com/admin/resources/17/tool_tip_infos/117/edit
或http://abc.com/admin/resources/17/tool_tip_infos/new
那麼它給以下錯誤:
undefined method `resource_id' for #<Resource:0xb1073e4>
來自這兩個動作(新和編輯)
除此之外,其他均與預期一樣工作。
您使用語句實現的內容belongs_to:活動管理資源文件中的資源? – 2013-03-01 13:54:10