ActiveRecord::RecordNotFound in EventsController#show

Couldn't find Event with 'id'=650
Extracted source (around line #14):
12
13
14
15
16
17
              
def show
@event = Event.find(params[:id])
end

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"650"}

Response

Headers:

None