Add Procedure path suggestion

This commit is contained in:
Nicolas Bouilleaud 2019-07-05 14:38:20 +02:00
parent 8806eab8d6
commit bd1e0aba38
4 changed files with 71 additions and 7 deletions

View file

@ -40,6 +40,7 @@ class Admin::ProceduresController < AdminController
end
def show
@suggested_path = @procedure.suggested_path(current_administrateur)
end
def edit