2012-02-27 111 views

回答

1

form_for([@post, @post.comments.build])會產生一種形式URL的作用「創建一個張貼評論」,這個網址有post_id。而:comment來自表單元素,其名稱屬性如name="comment[commenter]"(來自:<%= f.text_field :commenter %>),name="comment[body]"(來自:<%= f.text_area :body %>)等等。