2
我在我的應用程序中使用activeadmin,我的要求是在編輯頁面顯示active_admin_comments。rails activeadmin gem place active_admin_comments in edit page
我可以能夠通過將active_admin_comments那些喜歡
show do
#Some code
active_admin_comments
end
索引和顯示頁面來顯示,但我不能做
edit do
#Some code
active_admin_comments
end
有沒有什麼辦法可以在active_admin_comments我編輯頁面或自定義頁面。
感謝