From c9e519817511de681eacc6b803eb97901e119ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Mon, 22 Jan 2024 18:14:55 -0300 Subject: [PATCH] Fix car imports --- app/controllers/cars_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/cars_controller.rb b/app/controllers/cars_controller.rb index b4fcd0a9..231c1d12 100644 --- a/app/controllers/cars_controller.rb +++ b/app/controllers/cars_controller.rb @@ -187,7 +187,7 @@ def import else format.html { render :new, :status => :unprocessable_entity } format.json { render :json => car.errors, :status => :unprocessable_entity, :layout => false } - end and return + end end end end