1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-03 14:24:23 +01:00
fab-manager/app/models/statistic_field.rb

6 lines
100 B
Ruby
Raw Normal View History

2020-03-25 10:16:47 +01:00
class StatisticField < ApplicationRecord
include LabelI18nConcern
2016-03-23 18:39:41 +01:00
has_one :statistic_index
end