Move layout configuration on gestionnaire controller

This commit is contained in:
Mathieu Magnin 2017-07-31 10:40:20 +02:00
parent d3c48c92e2
commit 1e61f1388b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
module NewGestionnaire
class GestionnaireController < ApplicationController
layout "new_application"
before_action :authenticate_gestionnaire!
end
end

View file

@ -1,7 +1,5 @@
module NewGestionnaire
class ProceduresController < GestionnaireController
layout "new_application"
before_action :ensure_ownership!, except: [:index]
def index