Guest User

Untitled

a guest
Jul 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. NoMethodError in Fixtures#new
  2.  
  3. Showing app/views/fixtures/new.html.erb where line #8 raised:
  4.  
  5. undefined method `title' for ["it happens", 2]:Array
  6. Extracted source (around line #8):
  7.  
  8. 5:
  9. 6: <p>
  10. 7: <%= f.label 'League' %>
  11. 8: <%= f.collection_select :league, @leagues, :id, :title %>
  12. 9:
  13. 10: </p>
  14. 11:
Add Comment
Please, Sign In to add comment