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
|
module NewGestionnaire
|
||||||
class GestionnaireController < ApplicationController
|
class GestionnaireController < ApplicationController
|
||||||
|
layout "new_application"
|
||||||
|
|
||||||
before_action :authenticate_gestionnaire!
|
before_action :authenticate_gestionnaire!
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
module NewGestionnaire
|
module NewGestionnaire
|
||||||
class ProceduresController < GestionnaireController
|
class ProceduresController < GestionnaireController
|
||||||
layout "new_application"
|
|
||||||
|
|
||||||
before_action :ensure_ownership!, except: [:index]
|
before_action :ensure_ownership!, except: [:index]
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
Loading…
Reference in a new issue