Merge branch 'develop' of ssh://37.187.249.111:2200/opt/git/tps into develop

This commit is contained in:
Tanguy PATTE 2015-09-24 12:03:10 +02:00
commit df04d2ab5b
12 changed files with 57 additions and 209 deletions

View file

@ -46,6 +46,7 @@ class Users::DescriptionController < ApplicationController
commentaire.save
end
flash.notice = 'Félicitation, votre demande a bien été enregistrée.'
redirect_to url_for(controller: :recapitulatif, action: :show, dossier_id: @dossier.id)
end