demarches-normaliennes/app/models/agent_connect_information.rb
2024-08-22 09:26:48 +02:00

5 lines
111 B
Ruby

# frozen_string_literal: true
class AgentConnectInformation < ApplicationRecord
belongs_to :instructeur
end