Created
May 28, 2010 23:20
-
-
Save markbao/417882 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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