demarches-normaliennes/app/controllers/users/commentaires_controller.rb
2017-04-04 16:59:38 +02:00

3 lines
101 B
Ruby

class Users::CommentairesController < CommentairesController
before_action :authenticate_user!
end