mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add proper post_uploads reverse index
This commit is contained in:
4
app/models/post_upload.rb
Normal file
4
app/models/post_upload.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class PostUpload < ActiveRecord::Base
|
||||
belongs_to :post
|
||||
belongs_to :upload
|
||||
end
|
||||
Reference in New Issue
Block a user