demarches-normaliennes/app/controllers/new_user/user_controller.rb

6 lines
110 B
Ruby
Raw Normal View History

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