ActiveRecord::RecordNotFound in ResultsController#show

Couldn't find Result with 'id'=6014

Extracted source (around line #49):
47
48
49
50
51
52
              
# Use callbacks to share common setup or constraints between actions.
def set_result
@result = Result.find(params[:id])
end
# Never trust parameters from the scary internet, only allow the white list through.

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"platform_id"=>"1754", "id"=>"6014"}

Response

Headers:

None