<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 log/*.log
 tmp/**/*
+tmp/*
 .DS_Store
 doc/api
 doc/app</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -26,9 +26,9 @@ module ApplicationHelper
   
   # public_invoices_path
   #
-  def public_invoices_path(customer)
-    &quot;#{customer.id}/#{customer.private_key}/invoices&quot;
-  end
+  #def public_invoices_path(customer)
+  #  &quot;#{customer.id}/#{customer.private_key}/invoices&quot;
+  #end
   
   # menu_option
   #</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@
 		&lt;% if @customer.id %&gt;
 		&lt;div class=&quot;&lt;%= cycle('even', 'odd') %&gt;&quot;&gt;
 			&lt;span class=&quot;label&quot;&gt;Direcci&#243;n p&#250;blica:&lt;/span&gt;
-			&lt;%= link_to public_invoices_path(@customer), public_invoices_path(@customer)%&gt;
+			&lt;%= link_to public_invoices_path(@customer.id, @customer.private_key), public_invoices_path(@customer.id, @customer.private_key)%&gt;
 		&lt;/div&gt;
 		&lt;% end %&gt;
 		</diff>
      <filename>app/views/customers/customer_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -16,8 +16,8 @@ ActionController::Routing::Routes.draw do |map|
   map.resources :users
   
   map.with_options :controller =&gt; 'invoices', :action =&gt; 'public_invoices' do |map|
-    map.public_invoices 'customers/:customer_id/:private_key/invoices'
-    map.public_invoices 'customers/:customer_id/:private_key/invoices.:format'
+    map.public_invoices '/customers/:customer_id/:private_key/invoices.:format'
+    map.public_invoices '/customers/:customer_id/:private_key/invoices'
   end
   
  </diff>
      <filename>config/routes.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>app/models/invoice_search.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f81829b243de31b40ca75f1435cf1cc94d958634</id>
    </parent>
  </parents>
  <author>
    <name>dagi3d</name>
    <email>borjam@dagi3d.net</email>
  </author>
  <url>http://github.com/dagi3d/facturails/commit/887d37e0a8673d7d946ebe12532d0d4e0cb6a06e</url>
  <id>887d37e0a8673d7d946ebe12532d0d4e0cb6a06e</id>
  <committed-date>2008-11-29T17:02:21-08:00</committed-date>
  <authored-date>2008-11-29T17:02:21-08:00</authored-date>
  <message>arregladas las rutas</message>
  <tree>d6c7e935ec37a602ef4dcc4b270fa63f4ca9d88e</tree>
  <committer>
    <name>dagi3d</name>
    <email>borjam@dagi3d.net</email>
  </committer>
</commit>
