Skip to content

Instantly share code, notes, and snippets.

@markbao
Created May 28, 2010 23:20
Show Gist options
  • Save markbao/417882 to your computer and use it in GitHub Desktop.
Save markbao/417882 to your computer and use it in GitHub Desktop.
ActionView::TemplateError (undefined method `each' for nil:NilClass) on line #11 of app/views/home/index.html.erb:
8: <tr class="padfix">
9: <td class="padfix" width="500" style="width:500px;">
10: <% @questions = Question.find(:all, :limit => 100, :order => "_id desc") %>
11: <% @questions.each do |q| %>
12: <div class="question">
13: <table width="100%" class="padfix">
14: <tr class="padfix">
app/views/home/index.html.erb:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment