Forked from
PortalMEC / portalmec
2401 commits behind the upstream repository.
-
Mateus Rambo Strey authoredMateus Rambo Strey authored
download.rb 126 B
class Download < ActiveRecord::Base
belongs_to :downloadable, polymorphic: true, counter_cache: true
belongs_to :user
end