<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -84,7 +84,7 @@ module Hobo
           end
 
 
-          def create!(attrs = nil)
+          def create(attrs = nil)
             klass = @reflection.klass
             user = acting_user if klass &lt; Hobo::Model
             klass.transaction do</diff>
      <filename>hobo/lib/hobo/permissions/associations.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1723e043ecbebed9d7abb04c46fb2c8ca2c5e35b</id>
    </parent>
  </parents>
  <author>
    <name>iainbeeston</name>
    <email>Iain.beeston@googlemail.com</email>
  </author>
  <url>http://github.com/tablatom/hobo/commit/8f57ed8edb2489d2416cfc5afea352b4dda961d0</url>
  <id>8f57ed8edb2489d2416cfc5afea352b4dda961d0</id>
  <committed-date>2009-11-09T06:00:31-08:00</committed-date>
  <authored-date>2009-11-08T15:08:52-08:00</authored-date>
  <message>Unless there is supposed to be two &quot;create!&quot; methods, I believe the second one should be &quot;create&quot;.

The code is the same for both with the exception that the second uses klass.user_create whereas the first uses klass.user_create! (which is why I think that the first should be the one with the &quot;!&quot; in it's name.</message>
  <tree>4c45f061018556e0d87b47c1d731dd96074f1b60</tree>
  <committer>
    <name>Tom Locke</name>
    <email>tom@tomlocke.com</email>
  </committer>
</commit>
