7 lines
126 B
Ruby
7 lines
126 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :trusted_device_token do
|
|
association :instructeur
|
|
end
|
|
end
|