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