<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,7 @@ class RoleModelGenerator &lt; Rails::Generator::NamedBase
 
       # Model class, unit test, and fixtures.
       m.template 'role_model.rb',      File.join('app/models', class_path, &quot;#{file_name}.rb&quot;)
-      m.template 'role_user_model.rb', File.join('app/models', class_path, &quot;#{(file_name.pluralize &lt; 'user') ? &quot;#{file_name}_user&quot; : &quot;user_#{file_name}&quot;}.rb&quot;)
+      m.template 'role_user_model.rb', File.join('app/models', class_path, &quot;#{(file_name &lt; 'user') ? &quot;#{file_name.pluralize}_user&quot; : &quot;users_#{file_name}&quot;}.rb&quot;)
       m.template 'unit_test.rb',       File.join('test/unit', class_path, &quot;#{file_name}_test.rb&quot;)
       m.template 'fixtures.yml',       File.join('test/fixtures', class_path, &quot;#{table_name}.yml&quot;)
       </diff>
      <filename>generators/role_model/role_model_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d421fb6c4ada284d8a737df9d53acc9002c8f88</id>
    </parent>
  </parents>
  <author>
    <name>Lennart Melzer</name>
    <email>lenni@lenni.lan</email>
  </author>
  <url>http://github.com/DocSavage/rails-authorization-plugin/commit/6a71f147658b12883e18736c744b70db82c482d2</url>
  <id>6a71f147658b12883e18736c744b70db82c482d2</id>
  <committed-date>2009-01-22T14:13:28-08:00</committed-date>
  <authored-date>2009-01-10T06:26:05-08:00</authored-date>
  <message>Quick Fix for last commit

Signed-off-by: Glenn Rempe &lt;glenn@rempe.us&gt;</message>
  <tree>24f1c04ed968314effe23179fbdb12093f81f7d1</tree>
  <committer>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </committer>
</commit>
