demarches-normaliennes/app/controllers/new_gestionnaire/gestionnaire_controller.rb
2017-09-06 11:11:41 +02:00

7 lines
164 B
Ruby

module NewGestionnaire
class GestionnaireController < ApplicationController
layout "new_application"
before_action :authenticate_gestionnaire!
end
end