demarches/app/models/signatory.rb

5 lines
83 B
Ruby
Raw Permalink Normal View History

2024-06-08 19:27:11 +00:00
class Signatory < ApplicationRecord
2024-09-01 14:51:03 +00:00
belongs_to :letter
has_one_attached :pdf
2024-06-08 19:27:11 +00:00
end