1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/models/stats/space.rb

10 lines
175 B
Ruby
Raw Normal View History

2017-02-28 18:13:38 +01:00
module Stats
class Space
include Elasticsearch::Persistence::Model
include StatConcern
include StatReservationConcern
attribute :spaceId, Integer
end
end