ActiveRecord::RecordNotFound in PagesController#show

can't find record with friendly id: "sebastien-rougegre"
Extracted source (around line #4):
2
3
4
5
6
7
              
def show
@page = Page.includes(:page_panels => [:page_blocks => :translations]).friendly.find(params[:id])
if @page.redirect.blank?
if request.path != page_path(@page)
return redirect_to @page, :status => :moved_permanently

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"locale"=>"fr", "id"=>"sebastien-rougegre"}

Response

Headers:

None