mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:21:42 +00:00
7 lines
151 B
Ruby
7 lines
151 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# Recolecta estadísticas durante la generación del sitio
|
||
|
class BuildStat < ApplicationRecord
|
||
|
belongs_to :deploy
|
||
|
end
|