mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
4 lines
82 B
Ruby
4 lines
82 B
Ruby
class PostUpload < ActiveRecord::Base
|
|
belongs_to :post
|
|
belongs_to :upload
|
|
end
|