mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
7b8b96446e
- how long were people typing? - how long was composer open? - how many drafts were created? - correct, draft saved to go away after you continue typing store in Post.find(xyz).post_stat
4 lines
59 B
Ruby
4 lines
59 B
Ruby
class PostStat < ActiveRecord::Base
|
|
belongs_to :post
|
|
end
|