Sha256: 602ff54e2ff424074a457d79542c24df3685d59f4f22b6491a321cd565de238d

Contents?: true

Size: 205 Bytes

Versions: 2

Compression:

Stored size: 205 Bytes

Contents

module Sis
  module Core
    class ApplicationDocument < ApplicationRecord
      validates :document, presence: true

      belongs_to :application
      belongs_to :document_requirement
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sis_core-1.0.5 app/models/sis/core/application_document.rb
sis_core-1.0.4 app/models/sis/core/application_document.rb