1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

class documentation

This commit is contained in:
Sylvain 2020-07-21 19:28:30 +02:00
parent 7bf06ff23e
commit 14b0b2ac30

View File

@ -1,2 +1,5 @@
# frozen_string_literal: true
# When a footprint is generated, the associated data is kept to allow further verifications
class FootprintDebug < ApplicationRecord
end