demarches-normaliennes/app/controllers/users_controller.rb

3 lines
85 B
Ruby
Raw Normal View History

2015-09-23 19:20:03 +02:00
class UsersController < ApplicationController
before_action :authenticate_user!
end