Make the products controller specs green

This commit is contained in:
2025-09-23 12:15:09 -05:00
parent 54f86078f5
commit 6a100555bc
6 changed files with 24 additions and 19 deletions
@@ -19,7 +19,6 @@ module Suppliers
# GET /products/1
# GET /products/1.json
def show
respond_to do |format|
format.html # show.html.erb
format.json { render json: @product }