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