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

7 lines
126 B
Ruby

module Dunlop
class FileDownload < ApplicationRecord
belongs_to :user
belongs_to :file, polymorphic: true
end
end