ActiveRecord::RecordNotFound in ArticlesController#show

ActiveRecord::RecordNotFound

Extracted source (around line #56):
54
55
56
57
58
59
          
private
def set_article
@article = Article.friendly.find(params[:id])
end
def article_params

Rails.root: /usr/share/nginx/html/puritans_pride

Application Trace | Framework Trace | Full Trace
app/controllers/articles_controller.rb:56:in `set_article'

Request

Parameters:

{"id"=>"staff-page",
 "format"=>"html"}

Response

Headers:

None