ActiveRecord::RecordNotFound in EventlistController#show

Couldn't find Event with 'id'=64

Extracted source (around line #12):
10
11
12
13
14
15
              
def show
@event = Event.find(params[:id].to_i)
#render :layout => false
end

Rails.root: /home/kouya/main_dir

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"64"}

Response

Headers:

None