ActiveRecord::RecordNotFound in NewslistController#show

Couldn't find Info with 'id'=190
Extracted source (around line #10):
8
9
10
11
12
13
              
def show
@news = Info.find(params[:id].to_i)
#render :layout => false
end

Rails.root: /home/kouya/main_dir

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"190"}

Response

Headers:

None