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

5 lines
134 B
Ruby

module NewGestionnaire
class GestionnaireController < ApplicationController
before_action :authenticate_gestionnaire!
end
end