Browse Source

fixup! CLDC-4331: Add model for download records

improve comment
pull/3313/head
samyou-softwire 2 months ago
parent
commit
199b1a9713
  1. 2
      app/models/download_record.rb

2
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

Loading…
Cancel
Save