<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 [name of plugin creator]
+Copyright (c) 2008 Brian Guthrie
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>MIT-LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,21 @@
 ActionResource
 ==============
 
-Introduction goes here.
+ActionResource is a subclass of ActionController intended to provide a 
+comprehensive resource modelling and querying framework.  It automatically
+sets up ActiveRecord querying based on controller name and establishes an
+API for tweaking the behavior of a resource at a high level.  It's similar
+to resource_this but more opinionated and eventually more comprehensive.
 
+Methods may be easily overwritten in subclasses at any pain point to provide
+custom behaviors for renders and CRUD behavior.
 
 Example
 =======
 
-Example goes here.
+class Users
+  queryable_with :address_id, :first_name, :last_name
+  nests :addresses
+end
 
-
-Copyright (c) 2008 [name of plugin creator], released under the MIT license
+Copyright (c) 2008 Brian Guthrie, released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>92083e34597b2b6aa590f3bc1372df4f8ac40702</id>
    </parent>
  </parents>
  <author>
    <name>Brian Guthrie</name>
    <email>btguthrie@gmail.com</email>
  </author>
  <url>http://github.com/bguthrie/resource_full/commit/03171734ff095844e068d657adbaa1394fdf141a</url>
  <id>03171734ff095844e068d657adbaa1394fdf141a</id>
  <committed-date>2008-07-01T06:05:30-07:00</committed-date>
  <authored-date>2008-07-01T06:05:30-07:00</authored-date>
  <message>bg: added basic information to README and tweaked that and the license to include author name</message>
  <tree>5a0451deb9639375f19bd27432e1b5635cefa3c7</tree>
  <committer>
    <name>Brian Guthrie</name>
    <email>btguthrie@gmail.com</email>
  </committer>
</commit>
