Guest User

Untitled

a guest
Oct 10th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.52 KB | None | 0 0
  1. NoMethodError in Pages#home
  2.  
  3. Showing /Users/fluffheadsr/Projects/CloudPokerDB/CLOUD_POKER_DB/app/views/posts/_latest.html.erb where line #11 raised:
  4.  
  5. undefined method `each' for nil:NilClass
  6. Extracted source (around line #11):
  7.  
  8. 8:          <th></th>
  9. 9:          </tr>
  10. 10:
  11. 11:         <% @posts.each do |post| %>
  12. 12:         <tr>
  13. 13:             <td><%= post.name %></td>
  14. 14:             <td><%= post.title %></td>
  15. Trace of template inclusion: app/views/layouts/application.html.erb
  16.  
  17. Rails.root: /Users/fluffheadsr/Projects/CloudPokerDB/CLOUD_POKER_DB
Add Comment
Please, Sign In to add comment