ActiveRecord::RecordNotFound in FlightsController#show

Couldn't find Flight with 'id'=1753

Extracted source (around line #148):
146
147
148
149
150
151
              
def set_flight
@flight = Flight.find(params[:id])
end
def flight_params

Rails.root: /home/fpt/www

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"1753"}

Response

Headers:

None