demarches-normaliennes/app/controllers/users/dossiers/commentaires_controller.rb

3 lines
110 B
Ruby
Raw Normal View History

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