ActiveRecord::RecordNotFound in TripCoursesController#show

can't find record with friendly id: "ski-the-haute-route-chamonix-zermatt"
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"=>"en", "id"=>"ski-the-haute-route-chamonix-zermatt"}

Response

Headers:

None