module Ms
  class Statistic < ApplicationRecord
    self.table_name = 'Statistics'
  end
end
