Move layout configuration on gestionnaire controller
This commit is contained in:
parent
d3c48c92e2
commit
1e61f1388b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
module NewGestionnaire
|
||||
class GestionnaireController < ApplicationController
|
||||
layout "new_application"
|
||||
|
||||
before_action :authenticate_gestionnaire!
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
module NewGestionnaire
|
||||
class ProceduresController < GestionnaireController
|
||||
layout "new_application"
|
||||
|
||||
before_action :ensure_ownership!, except: [:index]
|
||||
|
||||
def index
|
||||
|
|
Loading…
Reference in a new issue