discourse/app/models/user_upload.rb
Sam df45e82377 SECURITY: only allow picking of avatars created by self (#6417)
* SECURITY: only allow picking of avatars created by self

Also adds origin tracking to all uploads including de-duplicated uploads
2018-09-19 22:33:10 -07:00

5 lines
82 B
Ruby

class UserUpload < ActiveRecord::Base
belongs_to :upload
belongs_to :user
end