demarches-normaliennes/app/controllers/new_user/user_controller.rb
2017-07-03 14:09:13 +02:00

5 lines
110 B
Ruby

module NewUser
class UserController < ApplicationController
before_action :authenticate_user!
end
end