Hi, I am really desperate at this point!

I am getting many errors, related to show.html.erb in the app\views\stories\ folder.

They all relate to:

NoMethodError in Stories#show

undefined method `votes' for nil:NilClass

Extracted source (around line #3):

1: <h2>
2: <span id="vote_score">
3: Score: <%= @story.votes.size %>
4: </span>
5: <%= @story.name %></h2>
6: <p>


I posted a thread before, in which I mentioned that I got:

NoMethodError in Stories#show

undefined method `names' for nil:NilClass

also present in the same file...I am losing my mind..Some help please!!!