ActiveRecord::RecordNotFound in BlogsController#show

Couldn't find Blog with 'id'=2-snow-schoolers-to-begin-private-lessons-dec-16th
Extracted source (around line #80):
78
79
80
81
82
83
              
# Use callbacks to share common setup or constraints between actions.
def set_blog
@blog = Blog.find(params[:id])
end
# Never trust parameters from the scary internet, only allow the white list through.

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"2-snow-schoolers-to-begin-private-lessons-dec-16th"}

Response

Headers:

None