<?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"
	>
<channel>
	<title>Comments on: ActiveRecord: Overwriting attribute=</title>
	<atom:link href="http://jimmyzimmerman.com/blog/2008/01/activerecord-overwriting-attribute.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jimmyzimmerman.com/blog/2008/01/activerecord-overwriting-attribute.html</link>
	<description>Web Entrepreneur</description>
	<pubDate>Wed, 19 Nov 2008 10:49:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jimmy'z</title>
		<link>http://jimmyzimmerman.com/blog/2008/01/activerecord-overwriting-attribute.html#comment-42031</link>
		<dc:creator>Jimmy'z</dc:creator>
		<pubDate>Thu, 24 Jan 2008 22:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2008/01/activerecord-overwriting-attribute.html#comment-42031</guid>
		<description>Cool! Thanks Ben.</description>
		<content:encoded><![CDATA[<p>Cool! Thanks Ben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Mabey</title>
		<link>http://jimmyzimmerman.com/blog/2008/01/activerecord-overwriting-attribute.html#comment-42022</link>
		<dc:creator>Ben Mabey</dc:creator>
		<pubDate>Thu, 24 Jan 2008 22:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2008/01/activerecord-overwriting-attribute.html#comment-42022</guid>
		<description>You can also just call the super....  Calling the super will also help prevent API changes if for whatever unlikely reason AR changes the naming of those methods or refactored them. 

def name=(value)
  super(value.capitalize)
end

For reading attributes you can also use the [] operator.</description>
		<content:encoded><![CDATA[<p>You can also just call the super&#8230;.  Calling the super will also help prevent API changes if for whatever unlikely reason AR changes the naming of those methods or refactored them. </p>
<p>def name=(value)<br />
  super(value.capitalize)<br />
end</p>
<p>For reading attributes you can also use the [] operator.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
