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