Add commentaire file uploader

This commit is contained in:
Mathieu Magnin 2017-10-30 16:07:02 +01:00
parent ff44fbe523
commit 5775901868
4 changed files with 23 additions and 1 deletions

View file

@ -163,6 +163,7 @@ ActiveRecord::Schema.define(version: 20171117165748) do
t.datetime "updated_at", null: false
t.integer "piece_justificative_id"
t.integer "champ_id"
t.string "file"
t.index ["champ_id"], name: "index_commentaires_on_champ_id", using: :btree
t.index ["dossier_id"], name: "index_commentaires_on_dossier_id", using: :btree
end