<?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: When to use Nested Controllers in your Rails apps</title>
	<atom:link href="http://www.sentia.com.au/2009/09/when-to-use-nested-controllers-in-your-rails-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sentia.com.au/2009/09/when-to-use-nested-controllers-in-your-rails-apps/</link>
	<description>Sentia company website and blog about all things development, Ruby on Rails, Microsoft .Net, ASP.Net, C#.Net, Agile web development, Test Driven Development</description>
	<lastBuildDate>Wed, 11 Jan 2012 14:17:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Michael Cindric</title>
		<link>http://www.sentia.com.au/2009/09/when-to-use-nested-controllers-in-your-rails-apps/comment-page-1/#comment-208</link>
		<dc:creator>Michael Cindric</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=575#comment-208</guid>
		<description>Thats right you still have the one model as the model is the interaction with the DB. You can create another model can set it to speak with the same tables but better to have just the one model and 2 controllers as the controllers handle the interaction for the users</description>
		<content:encoded><![CDATA[<p>Thats right you still have the one model as the model is the interaction with the DB. You can create another model can set it to speak with the same tables but better to have just the one model and 2 controllers as the controllers handle the interaction for the users</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.sentia.com.au/2009/09/when-to-use-nested-controllers-in-your-rails-apps/comment-page-1/#comment-206</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=575#comment-206</guid>
		<description>I like it!  Something is still missing for me though.  This technique separates admin_user code from front end user code.

So this means we have one model, and two controllers: a normal scaffolded user (not mentioned above) and the admin bits you describe above?</description>
		<content:encoded><![CDATA[<p>I like it!  Something is still missing for me though.  This technique separates admin_user code from front end user code.</p>
<p>So this means we have one model, and two controllers: a normal scaffolded user (not mentioned above) and the admin bits you describe above?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

