<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 * Added resource_this generator
-* Add support for :path_prefix options on resource_this. Useful for admin namespaced controllers
\ No newline at end of file
+* Add support for :path_prefix options on resource_this. Useful for admin namespaced controllers
+* wrap some before_filtes in returning true { ... } do
\ No newline at end of file</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -27,12 +27,16 @@ Not scaffolding. Resourcing. Creates extremely customizable resource controllers
     end
   
     def create_post
-      @post = Post.new(params[:post])
-      @created = @post.save
+      returning true do
+        @post = Post.new(params[:post])
+        @created = @post.save
+      end
     end
   
     def update_post
-      @updated = @post.update_attributes(params[:post])
+      returning true do
+        @updated = @post.update_attributes(params[:post])
+      end
     end
   
     def destroy_post</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fbcb2498927fc89cc97b9983f5d06d5f6ed0ff84</id>
    </parent>
  </parents>
  <author>
    <name>jnewland</name>
    <email>jnewland@9b6b69f6-dd27-0410-8144-a0f3c56a22ea</email>
  </author>
  <url>http://github.com/jnewland/resource_this/commit/9788da3a0993a7854474cd16d583bc536da70947</url>
  <id>9788da3a0993a7854474cd16d583bc536da70947</id>
  <committed-date>2007-09-21T06:30:32-07:00</committed-date>
  <authored-date>2007-09-21T06:30:32-07:00</authored-date>
  <message>docs

git-svn-id: http://jnewland.com/svn/public/ruby/rails/plugins/resource_this@41 9b6b69f6-dd27-0410-8144-a0f3c56a22ea</message>
  <tree>c10b88043b0aa798724840df4213f2c8126defa9</tree>
  <committer>
    <name>jnewland</name>
    <email>jnewland@9b6b69f6-dd27-0410-8144-a0f3c56a22ea</email>
  </committer>
</commit>
