From ee1f3a1f5e314a14fe3eb4ea94b9e5df353ca967 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 20 Jun 2015 18:31:57 +0200 Subject: [PATCH] Add missing button name set --- stoptime.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/stoptime.rb b/stoptime.rb index ee67dc3..5722e55 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -1059,6 +1059,7 @@ module StopTime::Controllers @customer.save if @customer.invalid? @errors = @customer.errors + @button = "update" return render :customer_form end end