<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sharing Code Between ActiveRecord Models</title>
	<atom:link href="http://trevorturk.wordpress.com/2008/01/29/sharing-code-between-activerecord-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2008/01/29/sharing-code-between-activerecord-models/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Easy Upload via URL with attachment_fu - almost effortless</title>
		<link>http://trevorturk.wordpress.com/2008/01/29/sharing-code-between-activerecord-models/#comment-626</link>
		<dc:creator><![CDATA[Easy Upload via URL with attachment_fu - almost effortless]]></dc:creator>
		<pubDate>Sat, 25 Oct 2008 02:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/#comment-626</guid>
		<description><![CDATA[[...] you&#039;d like to use this for multiple models, consider refactoring it into a module that you can include [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] you&#8217;d like to use this for multiple models, consider refactoring it into a module that you can include [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://trevorturk.wordpress.com/2008/01/29/sharing-code-between-activerecord-models/#comment-625</link>
		<dc:creator><![CDATA[josh]]></dc:creator>
		<pubDate>Wed, 28 May 2008 15:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/#comment-625</guid>
		<description><![CDATA[Shave some keystrokes:
 

 
def self.included(klass)
 
  klass.class_eval do
 
      validates_blah
 
      has_whatever
 
      attr_accessor :fooferall
 
  end
 
end ]]></description>
		<content:encoded><![CDATA[<p>Shave some keystrokes:</p>
<p>def self.included(klass)</p>
<p>  klass.class_eval do</p>
<p>      validates_blah</p>
<p>      has_whatever</p>
<p>      attr_accessor :fooferall</p>
<p>  end</p>
<p>end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-03-06, or so says Harry Love</title>
		<link>http://trevorturk.wordpress.com/2008/01/29/sharing-code-between-activerecord-models/#comment-624</link>
		<dc:creator><![CDATA[links for 2008-03-06, or so says Harry Love]]></dc:creator>
		<pubDate>Thu, 06 Mar 2008 16:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/#comment-624</guid>
		<description><![CDATA[[...] almost effortless Â» Sharing Code Between ActiveRecord Models (tags: rubyonrails activerecord) [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] almost effortless Â» Sharing Code Between ActiveRecord Models (tags: rubyonrails activerecord) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

