demarches-normaliennes/app/controllers/new_gestionnaire/gestionnaire_controller.rb
2019-01-07 12:17:05 +01:00

9 lines
187 B
Ruby

module NewGestionnaire
class GestionnaireController < ApplicationController
before_action :authenticate_gestionnaire!
def nav_bar_profile
:gestionnaire
end
end
end