<?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: Custom Humanize Column Names in Ruby on Rails</title>
	<atom:link href="http://danteregis.com/2007/12/custom-humanize-column-names-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://danteregis.com/2007/12/custom-humanize-column-names-in-ruby-on-rails/</link>
	<description>talking about programming and computer stuff</description>
	<lastBuildDate>Wed, 18 Aug 2010 22:48:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: luca bernardo ciddio</title>
		<link>http://danteregis.com/2007/12/custom-humanize-column-names-in-ruby-on-rails/comment-page-1/#comment-66</link>
		<dc:creator>luca bernardo ciddio</dc:creator>
		<pubDate>Sun, 21 Dec 2008 20:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/12/10/custom-humanize-column-names-in-ruby-on-rails/#comment-66</guid>
		<description>Hi, I think you need square brackets here: HUMANIZED_ATTRIBUTES[attr.to_sym]</description>
		<content:encoded><![CDATA[<p>Hi, I think you need square brackets here: HUMANIZED_ATTRIBUTES[attr.to_sym]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dante regis</title>
		<link>http://danteregis.com/2007/12/custom-humanize-column-names-in-ruby-on-rails/comment-page-1/#comment-65</link>
		<dc:creator>dante regis</dc:creator>
		<pubDate>Wed, 16 Apr 2008 18:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/12/10/custom-humanize-column-names-in-ruby-on-rails/#comment-65</guid>
		<description>Hi Guilherme, that&#039;s correct, my mistake. I&#039;m fixing it right now! Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Guilherme, that&#8217;s correct, my mistake. I&#8217;m fixing it right now! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Garnier</title>
		<link>http://danteregis.com/2007/12/custom-humanize-column-names-in-ruby-on-rails/comment-page-1/#comment-64</link>
		<dc:creator>Guilherme Garnier</dc:creator>
		<pubDate>Wed, 16 Apr 2008 17:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/12/10/custom-humanize-column-names-in-ruby-on-rails/#comment-64</guid>
		<description>Shouldn&#039;t &quot;supper&quot; have only one p?

   def self.human_attribute_name(attr)
     HUMANIZED_ATTRIBUTES(attr.to_sym) &#124;&#124; super
   end</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t &#8220;supper&#8221; have only one p?</p>
<p>   def self.human_attribute_name(attr)<br />
     HUMANIZED_ATTRIBUTES(attr.to_sym) || super<br />
   end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
