<?xml version="1.0" encoding="UTF-8"?>
<code>
  <code>class User &lt; ActiveRecord::Base

  HUMANIZED_ATTRIBUTES = {
    :email =&gt; &quot;E-mail address&quot;
  }

  def self.human_attribute_name(attr)
    HUMANIZED_ATTRIBUTES[attr.to_sym] || super
  end

end</code>
  <created-at type="datetime">2009-08-22T17:00:45Z</created-at>
  <description></description>
  <id type="integer">202</id>
  <language-id type="integer">39</language-id>
  <privated type="boolean">false</privated>
  <title>humanized attributes</title>
  <updated-at type="datetime">2009-08-22T17:00:45Z</updated-at>
  <user-id type="integer">7</user-id>
</code>
