ActiveRecord::RecordNotFound in TripCoursesController#show

can't find record with friendly id: "climb-mont-blanc-3-days"
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"=>"climb-mont-blanc-3-days"}

Response

Headers:

None