demarches-normaliennes/app/controllers/new_gestionnaire/gestionnaire_controller.rb

8 lines
164 B
Ruby
Raw Normal View History

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