From 1eb9b61cfb0a3b79f0a7ade5ee37cc58a7286f70 Mon Sep 17 00:00:00 2001 From: Marcaraph Date: Thu, 24 Oct 2024 16:21:25 +0200 Subject: [PATCH] test comments --- app/controllers/items_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/items_controller.rb b/app/controllers/items_controller.rb index fcb9742..fcbba00 100644 --- a/app/controllers/items_controller.rb +++ b/app/controllers/items_controller.rb @@ -6,7 +6,7 @@ def index @items = Item.order(created_at: :desc) end - # GET /items/1 or /items/1.json + # GET /items/1 or /items/1.json update comments def show end