5 lines
111 B
Ruby
5 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AgentConnectInformation < ApplicationRecord
|
|
belongs_to :instructeur
|
|
end
|