module Sis module Core class DocumentRequirement < ApplicationRecord belongs_to :document_type belongs_to :application_setup validates :original, :copy, presence: true end end end