<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,6 +15,8 @@ Flexitypes
   - Bool         (works, spec missing)
   - Placemark    (works, spec missing)
   - Asset        (half done, spec)
+    - Remove AR associations
+    - Implement Paperclip Processor that respects the options from the store
   - Collection   (half done, spec)
 - provide #human_name for JsonObject::Type and subclasses
 - Utilize JsonObject::Store validations in Document validation and the</diff>
      <filename>TODOS</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,9 @@ module JsonObject
   module Types
     class Asset &lt; JsonObject::Type
       attr_accessor :styles
+      def object_from_value(val)
+        ::Asset.find_by_id(val.to_i)
+      end
     end
   end
 end
\ No newline at end of file</diff>
      <filename>lib/jsonobject/types/asset.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d0c1361b38bf290afce110ae51d5f2f1626ae5f3</id>
    </parent>
  </parents>
  <author>
    <name>Jan Varwig</name>
    <email>jan@varwig.org</email>
  </author>
  <url>http://github.com/sebastiandeutsch/vrame/commit/3e96972a727f1f6d5c9c5c077d9f84b52f64fcf4</url>
  <id>3e96972a727f1f6d5c9c5c077d9f84b52f64fcf4</id>
  <committed-date>2009-10-30T09:55:10-07:00</committed-date>
  <authored-date>2009-10-30T09:25:50-07:00</authored-date>
  <message>Began with making assets work again</message>
  <tree>3e55684dd07483b144d5f71b3480d5d1e856ac5f</tree>
  <committer>
    <name>Jan Varwig</name>
    <email>jan@varwig.org</email>
  </committer>
</commit>
