LoginSignup
0
0

More than 3 years have passed since last update.

ruby on rails にて 閲覧機能をつけたい

Posted at

プログラミングを初めて2週間ほどです。

NoMethodError in Todolists#index
Showing /home/vagrant/work/sample_app/app/views/todolists/index.html.erb where line #2 raised:

undefined method `each' for nil:NilClass
Extracted source (around line #2):
1NoMethodError in Todolists#index
Showing /home/vagrant/work/sample_app/app/views/todolists/index.html.erb where line #2 raised:

undefined method `each' for nil:NilClass
Extracted source (around line #2
1 

投稿一覧


2 <% @lists.each do |list| %> ←ここがエラー

タイトル


4 <%= list.title %>
5 <% end %>

このようなエラーが出て解決方法がわかりません。 

余りにもわからないのでテキストをコピペしましたが未可決です。

どこを見直せば大丈夫ですか?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0