From 97498dc9abe025e56cbfedc0d4020de02dcad434 Mon Sep 17 00:00:00 2001 From: tsheporamantso Date: Fri, 1 Mar 2024 18:06:07 +0200 Subject: [PATCH] Correct rubocop offences --- app/controllers/api/v1/places_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/v1/places_controller.rb b/app/controllers/api/v1/places_controller.rb index b2d867e..6625121 100644 --- a/app/controllers/api/v1/places_controller.rb +++ b/app/controllers/api/v1/places_controller.rb @@ -14,7 +14,7 @@ def show def new @place = Place.new - render json: @place + render json: @place end # POST /places