<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ module ActionController
         @singular ||= options[:singular] || plural.to_s.singularize
 
         @resources_as  = options.delete(:resources_as) || {}
-        @resource_as  = options.delete(:resource_as) || {}
+        @resource_as   = options.delete(:resource_as) || {}
         @actions_as    = options.delete(:actions_as) || {}
         @namespaces_as = options.delete(:namespaces_as) || {}
         
@@ -95,7 +95,7 @@ module ActionController
         
         case args[0]
         when :resource
-          @resource_as  = options || {}
+          @resource_as   = options || {}
         when :resources
           @resources_as  = options || {}
         when :actions</diff>
      <filename>lib/custom_resource_name.rb</filename>
    </modified>
    <modified>
      <diff>@@ -447,12 +447,11 @@ class CustomResourceNameTest &lt; Test::Unit::TestCase
       @request    = ActionController::TestRequest.new
       @response   = ActionController::TestResponse.new
       get :show
-      
-      
+
       full_path = &quot;/Konto&quot;
-      assert_named_route &quot;/Konto&quot;,          &quot;account_path&quot;, {}
-      assert_named_route &quot;/Konto/new&quot;,          &quot;new_account_path&quot;, {}
-      assert_named_route &quot;/Konto/edit&quot;,          &quot;edit_account_path&quot;, {}
+      assert_named_route &quot;/Konto&quot;, &quot;account_path&quot;, {}
+      assert_named_route &quot;/Konto/new&quot;, &quot;new_account_path&quot;, {}
+      assert_named_route &quot;/Konto/edit&quot;, &quot;edit_account_path&quot;, {}
     end
   end
 </diff>
      <filename>test/custom_resource_name_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bb8988b52fa5278ece1a057f0466295f4d0610f1</id>
    </parent>
  </parents>
  <author>
    <name>Carlos Brando</name>
    <email>eduardobrando@gmail.com</email>
  </author>
  <url>http://github.com/carlosbrando/custom_resource_name/commit/583c5a96a95aeb543290578519a24e75f2cbb769</url>
  <id>583c5a96a95aeb543290578519a24e75f2cbb769</id>
  <committed-date>2008-08-05T06:37:58-07:00</committed-date>
  <authored-date>2008-08-05T06:37:58-07:00</authored-date>
  <message>Remove spaces.</message>
  <tree>15aa725499b970a68273dfe30d2ece5fb67bb18e</tree>
  <committer>
    <name>Carlos Brando</name>
    <email>eduardobrando@gmail.com</email>
  </committer>
</commit>
