Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
2401 commits behind the upstream repository.
download.rb 126 B
class Download < ActiveRecord::Base
  belongs_to :downloadable, polymorphic: true, counter_cache: true
  belongs_to :user
end