ActiveRecord::RecordNotFound in NoticesController#show

Couldn't find Notice with 'id'=91
Extracted source (around line #17):
15
16
17
18
19
20
              
def show
@notice = Notice.find(params[:id])
end
def new

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"91"}

Response

Headers:

None