ActiveRecord::RecordNotFound in PropertiesController#show

Couldn't find Property with 'id'=188

Extracted source (around line #78):
76
77
78
79
80
81
          
def show
@property = Property.find(params[:id])
@epc = @property.documents.epc.chronological.first
@floorplan = @property.documents.floorplan.chronological.first
end

Rails.root: /var/www/vhosts/ridleyproperties.com

Application Trace | Framework Trace | Full Trace
app/controllers/properties_controller.rb:78:in `show'

Request

Parameters:

{"id"=>"188"}

Response

Headers:

None