我想在“帖子视图”中创建一个“评论”表单
但是这个助手不能工作
<%= form_for([@post, @comment]) do |f| %>
...
<% end %>
rvm 1.9.2 轨道 3.0.3
编辑1:错误:
undefined method `model_name' for NilClass:Class
编辑 2提取的源代码(大约第 23 行):
20: <% end %>
21: </ul>
22:
23: <%= form_for [@list,@item] do |form| %>
24:
25: <%= form.text_field :due %>
26: <p><%= form.text_field :title %>
应用程序跟踪
app/views/lists/show.html.erb:23:in `_app_views_lists_show_html_erb___3300490552675426158_2162821280_4216612080991561324'
app/controllers/lists_controller.rb:22:in `show'
信息列表| has_many 项目。项目| 属于_to 列表