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