From 199b1a97134d3bee4aa81eab062b6791f23f8886 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Thu, 16 Apr 2026 14:28:42 +0100 Subject: [PATCH] fixup! CLDC-4331: Add model for download records improve comment --- app/models/download_record.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/download_record.rb b/app/models/download_record.rb index d6a91efb2..13022fe9b 100644 --- a/app/models/download_record.rb +++ b/app/models/download_record.rb @@ -1,4 +1,4 @@ -# Not used functionally, but used to allow auditing of what users downloaded what info +# Used to allow for easier auditing of what users downloaded what info # Caches some info about the user at the time of download class DownloadRecord < ApplicationRecord belongs_to :user