procedure: select for_individual by default

This commit is contained in:
Pierre de La Morinerie 2019-07-10 18:47:19 +02:00
parent 9616df192d
commit 7ca3d5fce2
2 changed files with 3 additions and 1 deletions

View file

@ -62,7 +62,7 @@ class Admin::ProceduresController < AdminController
end
def new
@procedure ||= Procedure.new
@procedure ||= Procedure.new(for_individual: true)
@availability = Procedure::PATH_AVAILABLE
end