<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Many-to-Many Association</title>
	<atom:link href="http://www.railsrocket.com/many-to-many-association/feed" rel="self" type="application/rss+xml" />
	<link>http://www.railsrocket.com/many-to-many-association</link>
	<description>A Ruby on Rails community website with tutorials</description>
	<lastBuildDate>Thu, 25 Mar 2010 23:45:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Riccardo</title>
		<link>http://www.railsrocket.com/many-to-many-association/comment-page-1#comment-4771</link>
		<dc:creator>Riccardo</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=88#comment-4771</guid>
		<description>In Course class this:

has_and_belongs_to_many :courses

is wrong. That is correct:

has_and_belongs_to_many :students

A course has to point to many students, not himself.</description>
		<content:encoded><![CDATA[<p>In Course class this:</p>
<p>has_and_belongs_to_many :courses</p>
<p>is wrong. That is correct:</p>
<p>has_and_belongs_to_many :students</p>
<p>A course has to point to many students, not himself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

