mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 23:32:51 +08:00
6 lines
61 B
Ruby
6 lines
61 B
Ruby
![]() |
class UserStat < ActiveRecord::Base
|
||
|
|
||
|
belongs_to :user
|
||
|
|
||
|
end
|