[#887] afficher la liste des dossiers à l'utilisateur

This commit is contained in:
Tanguy PATTE 2015-09-23 12:04:57 +02:00
parent ca363ca095
commit 8c549bf27b
10 changed files with 69 additions and 12 deletions

View file

@ -11,7 +11,6 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150922141232) do
# These are extensions that must be enabled in order to support this database
@ -47,7 +46,7 @@ ActiveRecord::Schema.define(version: 20150922141232) do
t.date "date_previsionnelle"
t.datetime "created_at"
t.datetime "updated_at"
t.string "state"
t.string "state"
end
add_index "dossiers", ["procedure_id"], name: "index_dossiers_on_procedure_id", using: :btree