5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 23:55:46 +00:00
panel/app/models/stat.rb

7 lines
170 B
Ruby
Raw Normal View History

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