DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

keik's picture

Unregistered

Feeds

aliases

  • keik

keik

1 year ago

in Rails intro #2: One-to-many relationships on Thinking inside a bigger box
i get the following error on step 2on updating the controller

app/controllers/comments_controller.rb:89: formal argument cannot be an instance variable

def find_article
@article = Article.find(params[:article_id])
end
Returning? Login