<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Thinking inside a bigger box - Latest Comments in Rails intro #2: One-to-many relationships</title><link>http://thinkinginsideabiggerbox.disqus.com/</link><description></description><language>en</language><lastBuildDate>Fri, 07 Mar 2008 04:22:30 -0000</lastBuildDate><item><title>Re: Rails intro #2: One-to-many relationships</title><link>http://www.brodwall.com/johannes/blog/2008/01/28/rails-intro-2-one-to-many-relationships/#comment-1798829</link><description>Hi, Keik&lt;br&gt;&lt;br&gt;I don't get the same error, and I'm wondering if you might've made a mistake in copying the code. The error message is something you get if you say&lt;br&gt;&lt;br&gt;def method(@param) ...&lt;br&gt;&lt;br&gt;Or&lt;br&gt;&lt;br&gt;do |@param| ...&lt;br&gt;&lt;br&gt;or&lt;br&gt;&lt;br&gt;{ |@param| ...&lt;br&gt;&lt;br&gt;Is it possible that you have an extra "(" after "find_article"?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Brodwall</dc:creator><pubDate>Fri, 07 Mar 2008 04:22:30 -0000</pubDate></item><item><title>Re: Rails intro #2: One-to-many relationships</title><link>http://www.brodwall.com/johannes/blog/2008/01/28/rails-intro-2-one-to-many-relationships/#comment-1798828</link><description>i get the following error on step 2on updating the controller&lt;br&gt;&lt;br&gt;app/controllers/comments_controller.rb:89: formal argument cannot be an instance variable&lt;br&gt;&lt;br&gt;  def find_article&lt;br&gt;      @article = Article.find(params[:article_id])&lt;br&gt;  end</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">keik</dc:creator><pubDate>Thu, 06 Mar 2008 00:40:07 -0000</pubDate></item></channel></rss>