<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,6 +44,7 @@ has_attachment(options = {})
     :path_prefix      # path to store the uploaded files.
                       # Uses public/#{table_name} by default for the filesystem, and just #{table_name} for the S3 backend.  
                       # Setting this sets the :storage to :file_system.
+    :partition        # Partiton files in directories like /0000/0001/image.jpg. Default is true. 
     :storage          # Specifies the storage system to use..
                       # Defaults to :db_file.  Options are :file_system, :db_file, and :s3.
     :processor        # Sets the image processor to use for resizing of the attached image.
@@ -60,7 +61,7 @@ has_attachment(options = {})
     has_attachment :thumbnails =&gt; { :thumb =&gt; [50, 50], :geometry =&gt; 'x50' }
     has_attachment :storage =&gt; :file_system, :path_prefix =&gt; 'public/files'
     has_attachment :storage =&gt; :file_system, :path_prefix =&gt; 'public/files', 
-                   :content_type =&gt; :image, :resize_to =&gt; [50,50]
+                   :content_type =&gt; :image, :resize_to =&gt; [50,50], :partition =&gt; false
     has_attachment :storage =&gt; :file_system, :path_prefix =&gt; 'public/files',
                    :thumbnails =&gt; { :thumb =&gt; [50, 50], :geometry =&gt; 'x50' }
     has_attachment :storage =&gt; :s3</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e1c9c83ed7d338651b51c23b0d583ff6c9c5fe0e</id>
    </parent>
  </parents>
  <author>
    <name>Eadz</name>
    <email>eadz@eadz.co.nz</email>
  </author>
  <url>http://github.com/richpoirier/attachment_fu/commit/8a1e64917001305ba401785ce2682ac1b336365e</url>
  <id>8a1e64917001305ba401785ce2682ac1b336365e</id>
  <committed-date>2008-06-09T03:10:39-07:00</committed-date>
  <authored-date>2008-06-09T03:10:39-07:00</authored-date>
  <message>Add documentation for new :partition option</message>
  <tree>eed4d244168e8b3c2dacc67902bfedd6e2522ce6</tree>
  <committer>
    <name>Eadz</name>
    <email>eadz@eadz.co.nz</email>
  </committer>
</commit>
