Merge pull request #1094 from sgmap/fix_1067_avis_access

[fix #1067][fix #1030] AvisController inherit from GestionnaireContro…
This commit is contained in:
LeSim 2017-12-14 11:55:34 +01:00 committed by GitHub
commit dfbd52c7a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'