<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - Add field or no...]]></title>
		<link>http://railsforum.com/viewtopic.php?id=50797</link>
		<description><![CDATA[The most recent posts in Add field or no....]]></description>
		<lastBuildDate>Tue, 16 Oct 2012 06:33:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Add field or no...]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=156221#p156221</link>
			<description><![CDATA[<p>I have models:</p><p>Model:<br />A has many B<br />B has many C</p><p>And model E belongs to ?</p><p>belongs_to A<br />belongs_to B<br />belongs_to C<br />IS it a good idea to keep in model<br />E name:string a:references, b:references, c:references<br />and in view<br />E<br />e.name<br />e.a.name<br />e.b.name<br />e.c.name</p><p>OR only<br />belongs_to C<br />E name:string c:references and than in view</p><p>E<br />e.name<br />e.c.name<br />e.c.b.name<br />e.c.b.a.name</p><p>What is better way to do this?</p>]]></description>
			<author><![CDATA[dummy@example.com (l0pez)]]></author>
			<pubDate>Tue, 16 Oct 2012 06:33:08 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=156221#p156221</guid>
		</item>
	</channel>
</rss>
