5 lines
108 B
Ruby
5 lines
108 B
Ruby
class Attestation < ApplicationRecord
|
|
belongs_to :dossier
|
|
|
|
mount_uploader :pdf, AttestationUploader
|
|
end
|