From 7119c2872ccefba39537ca6af4b350563dadf5b0 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Thu, 10 Nov 2011 15:23:09 +0100 Subject: [PATCH] When a customer is created, proceed to CustomersN. --- stoptime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index bc4f34c..1eb55fa 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -311,7 +311,7 @@ module StopTime::Controllers @button = "create" return render :customer_form end - redirect R(Customers) + redirect R(CustomersN, @customer.id) end end