ActiveRecord::RecordNotFound in TripCoursesController#show

can't find record with friendly id: "ascension-du-cervin-stage-6-jours"
Extracted source (around line #5):
3
4
5
6
7
8
              
def show
# load_with_includes
@trip_course = TripCourse.friendly.find(params[:id])
check_active unless @trip_course.active?
set_meta_tags

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"locale"=>"fr", "id"=>"ascension-du-cervin-stage-6-jours"}

Response

Headers:

None