Files
finreport-analyzer/app/models/financial_statement.rb
T

6 lines
110 B
Ruby

class FinancialStatement < ApplicationRecord
belongs_to :yearly_file
validates :data, presence: true
end