Create new model to store deleted dossier metadatas
This commit is contained in:
parent
b68563f45f
commit
55a3d59e38
4 changed files with 27 additions and 1 deletions
3
app/models/deleted_dossier.rb
Normal file
3
app/models/deleted_dossier.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class DeletedDossier < ApplicationRecord
|
||||
belongs_to :procedure
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue