ActiveRecord::RecordNotFound in PostsController#show

can't find record with friendly id: "changer-de-projet-a-tout-age-93783b1c-7ec6-4839-96c9-3f03afa43bdb"

Extracted source (around line #35):
33
34
35
36
37
38
              
def find_post
@post = Post.friendly.find params[:post]
if params[:post] != @post.slug
return redirect_to post_path(@post.slug), status: :moved_permanently

Rails.root: /home/viennemoul/www

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"post"=>"changer-de-projet-a-tout-age-93783b1c-7ec6-4839-96c9-3f03afa43bdb"}

Response

Headers:

None