demarches-normaliennes/app/controllers/welcome_controller.rb

6 lines
106 B
Ruby
Raw Normal View History

2015-09-23 10:02:01 +02:00
class WelcomeController < ApplicationController
before_action :authenticate_user!
def index
end
end