Skip to content

Commit

Permalink
Fix car imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Jan 22, 2024
1 parent a692029 commit c9e5198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/cars_controller.rb
Expand Up @@ -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
Expand Down

0 comments on commit c9e5198

Please sign in to comment.