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

9 lines
155 B
Ruby

module NewUser
class UserController < ApplicationController
before_action :authenticate_user!
def nav_bar_profile
:user
end
end
end