ActiveRecord::RecordNotFound in PropertiesController#show

Couldn't find Property with 'id'=498

Extracted source (around line #131):
129
130
131
132
133
134
              
# Use callbacks to share common setup or constraints between actions.
def set_property
@property = Property.find(params[:id])
end
# Never trust parameters from the scary internet, only allow the white list through.

Rails.root: /var/www/marcusparfitt

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"498"}

Response

Headers:

None