<?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: Sharing Code Between ActiveRecord&#160;Models</title>
	<atom:link href="http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 01:15:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Easy Upload via URL with attachment_fu - almost effortless</title>
		<link>http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/comment-page-1/#comment-66725</link>
		<dc:creator>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-66725</guid>
		<description>[...] 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://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/comment-page-1/#comment-66488</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 28 May 2008 22:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/#comment-66488</guid>
		<description>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)<br />
  klass.class_eval do<br />
      validates_blah<br />
      has_whatever<br />
      attr_accessor :fooferall<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-03-06, or so says Harry Love</title>
		<link>http://almosteffortless.com/2008/01/29/sharing-code-between-activerecord-models/comment-page-1/#comment-66316</link>
		<dc:creator>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-66316</guid>
		<description>[...] 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>
