demarches-normaliennes/app/controllers/experts/expert_controller.rb
2021-03-18 11:27:51 +01:00

9 lines
161 B
Ruby

module Experts
class ExpertController < ApplicationController
before_action :authenticate_expert!
def nav_bar_profile
:expert
end
end
end