diff --git a/app/controllers/booths_controller.rb b/app/controllers/booths_controller.rb index df535459..98556101 100644 --- a/app/controllers/booths_controller.rb +++ b/app/controllers/booths_controller.rb @@ -43,6 +43,7 @@ class BoothsController < ApplicationController notice: 'Booth successfully updated!' else flash.now[:error] = "Booth could not be updated. #{@booth.errors.full_messages.to_sentence}." + render :edit end end