ActiveRecord::RecordNotFound in ContextsController#edit

Couldn't find Context with 'id'=51090

Extracted source (around line #70):
68
69
70
71
72
73
              
# Use callbacks to share common setup or constraints between actions.
def set_platform_context
@platform_context = Context.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"=>"1800", "id"=>"51090"}

Response

Headers:

None