demarches-normaliennes/app/controllers/new_user/user_controller.rb
2018-02-20 11:01:47 +01:00

7 lines
140 B
Ruby

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