<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -46,6 +46,17 @@ Examples output
     _(&quot;Address&quot;)
     ...
 
+Unwanted translations
+=====================
+When using gettext_i18n_rails, most of the columns of a model will be translated during model tests
+this can be annoying since normally no user will see them.
+To disable this, add to `spec/spec_helper.rb` :
+    class ActiveRecord::Base
+      def self.human_attribute_name(attr)
+        attr.to_s
+      end
+    end
+
 TODO
 ====
  - needs tests... :(</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bededb7e0ae6764e272ba293e00e574d138a8556</id>
    </parent>
  </parents>
  <author>
    <name>grosser</name>
    <email>grosser.michael@gmail.com</email>
  </author>
  <url>http://github.com/grosser/gettext_test_log/commit/e0e97082f6bf6aac5bab298f9bafce02c8e5456a</url>
  <id>e0e97082f6bf6aac5bab298f9bafce02c8e5456a</id>
  <committed-date>2009-02-27T03:53:45-08:00</committed-date>
  <authored-date>2009-02-27T03:53:45-08:00</authored-date>
  <message>instructions for unwanted translations</message>
  <tree>4d586e59b37fd5f6d6c5538670f17a4173918f52</tree>
  <committer>
    <name>grosser</name>
    <email>grosser.michael@gmail.com</email>
  </committer>
</commit>
