Should not break anything as avis controller already supposed a gestionnaire is logged in.
This commit is contained in:
parent
feb1c927a8
commit
c3b4e3f964
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
module NewGestionnaire
|
||||
class AvisController < ApplicationController
|
||||
layout 'new_application'
|
||||
|
||||
class AvisController < GestionnaireController
|
||||
before_action :set_avis_and_dossier, only: [:show, :instruction, :messagerie, :create_commentaire]
|
||||
|
||||
A_DONNER_STATUS = 'a-donner'
|
||||
|
|
Loading…
Add table
Reference in a new issue