ActiveRecord::RecordNotFound in NewslistController#show

Couldn't find Info with 'id'=19

Extracted source (around line #22):
20
21
22
23
24
25
              
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"=>"19"}

Response

Headers:

None