ActiveRecord::RecordNotFound in HolidayController#index

ActiveRecord::RecordNotFound

Extracted source (around line #5):
3
4
5
6
7
8
              
def index
if params[:country].present?
@country = Country.friendly.find(params[:country])
@country_name = @country.name
set_meta_tags title: @country.name + ' Bank Holidays and Observances',
description: 'Find Bank Holiday and Observance dates for the ' + @country.name ,

Rails.root: /home/lwt

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"country"=>"england2018"}

Response

Headers:

None