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

8 lines
140 B
Ruby
Raw Normal View History

module NewUser
class UserController < ApplicationController
layout "new_application"
before_action :authenticate_user!
end
end