Browse Source

fixup! CLDC-4331: Add model for download records

improve comment
CLDC-4331-make-downloads-traceable
samyou-softwire 3 weeks 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 # Caches some info about the user at the time of download
class DownloadRecord < ApplicationRecord class DownloadRecord < ApplicationRecord
belongs_to :user belongs_to :user

Loading…
Cancel
Save