所以我有兩個模型,稱它們爲Animal
和AnimalComment
。他們是這樣的:更新另一個模型的屬性軌跡
class AnimalComment < ActiveRecord::Base
attr_accessible :comment, :num
end
class Animal < ActiveRecord::Base
attr_ accessible :species, :comment
end
當過我創建Animal
評論,我想我也該評論添加到我的AnimalComment
型號的:comment
領域。
我是如何工作的願景是我的意見,我animals/new
網頁類型,當我點擊Submit
註釋獲取的添加爲我的AnimalComment
網頁中的一個元素,並顯示在那裏。
希望這是有道理的。有任何想法嗎?
可以動物有多個評論? – Muntasim
我的回答對你有幫助嗎?還是你需要別的幫助? – Powers