mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 19:37:29 -05:00
4 lines
59 B
Ruby
4 lines
59 B
Ruby
|
class PostStat < ActiveRecord::Base
|
||
|
belongs_to :post
|
||
|
end
|