<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,24 +7,14 @@
 # This phone number format is biased towards those types found in the United
 # States and may need to be adjusted for international support.
 class PhoneNumber &lt; ActiveRecord::Base
-  belongs_to  :phoneable,
-                :polymorphic =&gt; true
+  belongs_to :phoneable, :polymorphic =&gt; true
   
-  validates_presence_of     :phoneable_id,
-                            :phoneable_type,
-                            :country_code,
-                            :number
-  validates_numericality_of :country_code,
-                            :number
-  validates_numericality_of :extension,
-                              :allow_nil =&gt; true
-  validates_length_of       :country_code,
-                              :in =&gt; 1..3
-  validates_length_of       :number,
-                              :is =&gt; 10
-  validates_length_of       :extension,
-                              :maximum =&gt; 10,
-                              :allow_nil =&gt; true
+  validates_presence_of :phoneable_id, :phoneable_type, :country_code, :number
+  validates_numericality_of :country_code, :number
+  validates_numericality_of :extension, :allow_nil =&gt; true
+  validates_length_of :country_code, :in =&gt; 1..3
+  validates_length_of :number, :is =&gt; 10
+  validates_length_of :extension, :maximum =&gt; 10, :allow_nil =&gt; true
   
   # Generates a human-readable version of the phone number, based on all of the
   # various parts of the number.</diff>
      <filename>app/models/phone_number.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,7 @@ module HasPhoneNumbers
     # Creates the following association:
     # * +phone_number+ - All phone numbers associated with the current record.
     def has_phone_numbers
-      has_many  :phone_numbers,
-                  :as =&gt; :phoneable
+      has_many :phone_numbers, :as =&gt; :phoneable
     end
   end
 end</diff>
      <filename>lib/has_phone_numbers.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/app_root/config/environment.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>790e340233900020473f55ac238593035c80bd40</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/has_phone_numbers/commit/bdffdb677961aced3183c5e0d3b7d585be5196db</url>
  <id>bdffdb677961aced3183c5e0d3b7d585be5196db</id>
  <committed-date>2009-04-18T19:49:56-07:00</committed-date>
  <authored-date>2009-04-18T19:49:56-07:00</authored-date>
  <message>Style tweaks</message>
  <tree>e0ccc6e7a19f3c17e0f4066c076757aedf8f4424</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
