<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@ class EasyAccessGenerator &lt; Rails::Generator::NamedBase
   def manifest
     recorded_session = record do |m|
       m.class_collisions class_path, &quot;#{class_name}&quot;
-      m.class_collisions [], &quot;#{module_prefix}Exception&quot;, &quot;#{module_prefix}AccessSystem&quot;
+      m.class_collisions [], &quot;#{module_prefix}AccessSystem&quot;
 
       unless namespace.blank?
         m.directory File.join('lib', namespace.downcase)
@@ -22,7 +22,6 @@ class EasyAccessGenerator &lt; Rails::Generator::NamedBase
 
       m.template 'model.rb', File.join('app/models', class_path, &quot;#{file_name}.rb&quot;)
       m.template 'access_system.rb', File.join(&quot;lib/#{namespace.downcase}&quot;, 'access_system.rb')
-      m.template 'exception.rb', File.join(&quot;lib/#{namespace.downcase}&quot;, 'exception.rb')
 
       unless options[:skip_migration]
         m.migration_template 'migration.rb', 'db/migrate', :assigns =&gt; {</diff>
      <filename>generators/easy_access/easy_access_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>generators/easy_access/templates/exception.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>9416beb975c3800a5ae3576437e2669104b169f3</id>
    </parent>
  </parents>
  <author>
    <name>mrchucho</name>
    <email>mrchucho@mrchucho.net</email>
  </author>
  <url>http://github.com/mrchucho/easy-access/commit/bb6c7c2c0899601ed1ea6bab6b29a0652d377699</url>
  <id>bb6c7c2c0899601ed1ea6bab6b29a0652d377699</id>
  <committed-date>2008-11-18T06:35:41-08:00</committed-date>
  <authored-date>2008-11-18T06:35:41-08:00</authored-date>
  <message>Don't provide an Exception, that's too application specific.</message>
  <tree>4b765568e2e4e83051e67944e5152f1e56b40cef</tree>
  <committer>
    <name>mrchucho</name>
    <email>mrchucho@mrchucho.net</email>
  </committer>
</commit>
