ActiveRecord::RecordNotFound in PlatformsController#show

Couldn't find Platform with 'id'=7

Extracted source (around line #73):
71
72
73
74
75
76
              
# Use callbacks to share common setup or constraints between actions.
def set_platform
@platform = Platform.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:

{"id"=>"7"}

Response

Headers:

None