<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" 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><atom:link href="https://thinkinginsideabiggerbox.disqus.com/rails_intro_2_one_to_many_relationships/latest.rss" rel="self"></atom:link><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://johannesbrodwall.com/2008/01/28/rails-intro-2-one-to-many-relationships/#comment-1798829</link><description>&lt;p&gt;Hi, Keik&lt;/p&gt;&lt;p&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;/p&gt;&lt;p&gt;def method(@param) ...&lt;/p&gt;&lt;p&gt;Or&lt;/p&gt;&lt;p&gt;do |@param| ...&lt;/p&gt;&lt;p&gt;or&lt;/p&gt;&lt;p&gt;{ |@param| ...&lt;/p&gt;&lt;p&gt;Is it possible that you have an extra "(" after "find_article"?&lt;/p&gt;</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://johannesbrodwall.com/2008/01/28/rails-intro-2-one-to-many-relationships/#comment-1798828</link><description>&lt;p&gt;i get the following error on step 2on updating the controller&lt;/p&gt;&lt;p&gt;app/controllers/comments_controller.rb:89: formal argument cannot be an instance variable&lt;/p&gt;&lt;p&gt;  def find_article&lt;br&gt;      @article = Article.find(params[:article_id])&lt;br&gt;  end&lt;/p&gt;</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>