ActiveRecord::RecordNotFound in ApplicationController#show_news

Couldn't find Admin::News with 'id'=36

Extracted source (around line #16):
14
15
16
17
18
19
              
def show_news
@news = Admin::News.find(request.params[:id])
end
def show_page

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"year"=>"2020",
 "month"=>"03",
 "day"=>"16",
 "id"=>"36"}

Response

Headers:

None