2019-03-25 16:54:46 +01:00
|
|
|
module Gestionnaires
|
2017-06-29 15:29:48 +02:00
|
|
|
class GestionnaireController < ApplicationController
|
|
|
|
before_action :authenticate_gestionnaire!
|
2018-02-12 16:26:56 +01:00
|
|
|
|
|
|
|
def nav_bar_profile
|
|
|
|
:gestionnaire
|
|
|
|
end
|
2017-06-29 15:29:48 +02:00
|
|
|
end
|
|
|
|
end
|