demarches-normaliennes/app/controllers/users_controller.rb
2015-09-23 19:20:03 +02:00

3 lines
No EOL
85 B
Ruby

class UsersController < ApplicationController
before_action :authenticate_user!
end