# frozen_string_literal: true
class Stat < ApplicationRecord
INTERVALS = %i[hour day week month year].freeze
RESOURCES = %i[builds space_used build_time].freeze
end