mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-30 11:24:21 +01:00
10 lines
175 B
Ruby
10 lines
175 B
Ruby
module Stats
|
|
class Space
|
|
include Elasticsearch::Persistence::Model
|
|
include StatConcern
|
|
include StatReservationConcern
|
|
|
|
attribute :spaceId, Integer
|
|
end
|
|
end
|