Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2016 11:26
Show Gist options
  • Save anonymous/69631917ae25a3179cb634ab6c84c389 to your computer and use it in GitHub Desktop.
Save anonymous/69631917ae25a3179cb634ab6c84c389 to your computer and use it in GitHub Desktop.
ERROR
Association named 'Content' was not found on Entry; perhaps you misspelled it?
Extracted source (around line #1):
1
2
3
4
5
6
<% @entries.each do |entry| %>
<h1><%= entry.Title %></h1>
<p><%= entry.Content %></p>
<p><em>Posted at <%= entry.created_at %></em></p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment