class Download < ActiveRecord::Base
  belongs_to :downloadable, polymorphic: true, counter_cache: true
  belongs_to :user
end