Files
dunlop-core/app/models/dunlop/target_file_download.rb
T
2018-01-20 13:02:44 -03:00

6 lines
170 B
Ruby

# Used to track when a user downloads a target file
class Dunlop::TargetFileDownload < ApplicationRecord
belongs_to :user, optional: true
belongs_to :target_file
end