Добавление миграций БД и моделей

This commit is contained in:
Dmitry
2026-03-12 11:30:22 +03:00
parent e55ecb7d29
commit c016d6a319
11 changed files with 148 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
class FinancialStatement < ApplicationRecord
belongs_to :yearly_file
belongs_to :document_type
validates :data, presence: true
end