ActiveRecord::RecordNotFound in PostsController#show

ActiveRecord::RecordNotFound

Extracted source (around line #51):
49
50
51
52
53
54
              
def set_post
@post = Post.friendly.find(params[:id])
end
end

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"blog-1"}

Response

Headers:

None