demarches/app/models/letter.rb
2024-06-08 21:27:11 +02:00

3 lines
65 B
Ruby

class Letter < ApplicationRecord
has_one_attached :document
end