1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

7 lines
106 B
Ruby
Raw Normal View History

2016-03-23 18:39:41 +01:00
module Stats
class User
include Elasticsearch::Persistence::Model
include StatConcern
end
end