ActiveRecord::RecordNotFound in CategoriesController#show

Couldn't find Category with 'id'=14

Extracted source (around line #118):
116
117
118
119
120
121
              
# Use callbacks to share common setup or constraints between actions.
def set_category
@category = Category.find(params[:id])
end
# Never trust parameters from the scary internet, only allow the white list through.

Rails.root: /home/deploy/pke/offelia7

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"14"}

Response

Headers:

None