demarches-normaliennes/app/controllers/instructeurs/instructeur_controller.rb
2019-08-12 13:47:01 +02:00

9 lines
181 B
Ruby

module Instructeurs
class InstructeurController < ApplicationController
before_action :authenticate_instructeur!
def nav_bar_profile
:instructeur
end
end
end