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