<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Class table inheritance in Ruby on Rails</title>
	<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101</link>
	<description>My Ruby on Rails experience, web development tips including SEO, and contributions to open source projects</description>
	<pubDate>Wed, 07 Jan 2009 19:47:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: GonzoTanuki</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1379</link>
		<dc:creator>GonzoTanuki</dc:creator>
		<pubDate>Sun, 14 Oct 2007 17:41:47 +0000</pubDate>
		<guid>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1379</guid>
		<description>sory, the minor signus is not allowed...
i have this:

publication.rb
class Publication 'inherits' ActiveRecord::Base
end

book.rb
class Book 'inherits' Publication
   class_table_inheritance
end

When i do, book/show or book/list only shows the attributes of Publication.
There is something that i'm doing wrong???

Thanks. Gonzalo

Sory if my english is a little poor...</description>
		<content:encoded><![CDATA[<p>sory, the minor signus is not allowed&#8230;<br />
i have this:</p>
<p>publication.rb<br />
class Publication &#8216;inherits&#8217; ActiveRecord::Base<br />
end</p>
<p>book.rb<br />
class Book &#8216;inherits&#8217; Publication<br />
   class_table_inheritance<br />
end</p>
<p>When i do, book/show or book/list only shows the attributes of Publication.<br />
There is something that i&#8217;m doing wrong???</p>
<p>Thanks. Gonzalo</p>
<p>Sory if my english is a little poor&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GonzoTanuki</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1378</link>
		<dc:creator>GonzoTanuki</dc:creator>
		<pubDate>Sat, 13 Oct 2007 12:06:11 +0000</pubDate>
		<guid>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1378</guid>
		<description>class Publication </description>
		<content:encoded><![CDATA[<p>class Publication</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GonzoTanuki</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1377</link>
		<dc:creator>GonzoTanuki</dc:creator>
		<pubDate>Sat, 13 Oct 2007 04:19:33 +0000</pubDate>
		<guid>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1377</guid>
		<description>Hi, i have a problem with the plugin.
I have:

table publication:
id
title
author
type

table book:
publication_id
editor

publication.rb
class Publication </description>
		<content:encoded><![CDATA[<p>Hi, i have a problem with the plugin.<br />
I have:</p>
<p>table publication:<br />
id<br />
title<br />
author<br />
type</p>
<p>table book:<br />
publication_id<br />
editor</p>
<p>publication.rb<br />
class Publication</p>
]]></content:encoded>
	</item>
</channel>
</rss>
