ActiveRecord::RecordNotFound in ProductsController#show

Couldn't find Product with id=41-amethyst-cathedral

Extracted source (around line #14):
12
13
14
15
16
17
          
def show
@product = Product.find(params[:id])
end
def wholesales

Rails.root: /myapp

Application Trace | Framework Trace | Full Trace
app/controllers/products_controller.rb:14:in `show'

Request

Parameters:

{"id"=>"41-amethyst-cathedral"}

Response

Headers:

None