5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 22:26:06 +00:00
panel/app/models/stat.rb

7 lines
160 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2021-10-09 18:50:38 +00:00
class Stat < ApplicationRecord
INTERVALS = %i[year month day].freeze
2021-10-09 18:50:38 +00:00
RESOURCES = %i[builds space_used build_time].freeze
end