ActiveRecord::RecordNotFound in IllustsController#show

Couldn't find Illust with 'id'=1310

Extracted source (around line #13):
11
12
13
14
15
16
              
def show
@illust = Illust.find(params[:id])
@page_views = @illust.impressionist_count
@popular_illusts = Illust.all.order('dl_count DESC').select('id, title, color_img, mono_img ,color_dl_count + mono_dl_count as dl_count')

Rails.root: /var/www/html/illustplus

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"1310"}

Response

Headers:

None