From dcd6f553b78775198911493c41bbc183e2ce2631 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 16 Nov 2011 10:59:18 +0100 Subject: [PATCH] Fixed routing conflict between CustomersNInvoicesNew and CustomersNInvoicesX. --- stoptime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index 9ee1300..110b357 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -670,7 +670,7 @@ module StopTime::Controllers # # path:: /customers/_customer_id_/invoices/_invoice_number_ # view:: Views#invoice - class CustomersNInvoicesX + class CustomersNInvoicesX < R '/customers/(\d+)/invoices/([^/]+)' include ActionView::Helpers::NumberHelper include I18n