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