mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-14 19:21:39 -05:00
8 lines
100 B
Ruby
8 lines
100 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :visit do
|
|
area
|
|
user
|
|
end
|
|
end
|