Showing /home/ec2-user/environment/bookers/app/views/todolists/new.html.erb where line #34 raised:
undefined method `to_key' for #List::ActiveRecord_Relation:0x00007f5c2c976af0
Did you mean? to_set
to_ary
Extracted source (around line #34):
32 <h2>New book</h2>
33
34 <%= form_for(@list, url: '/todolists') do |f| %>
35
36 <h4>Title</h4>
37 <%= f.text_field :title %>
show,edit,destroyを追加してサイトを確認しようとしたらこちらのエラーが出ました。
回答1件
あなたの回答
tips
プレビュー