mirror of
https://github.com/discourse/discourse.git
synced 2025-01-05 02:18:14 +08:00
7 lines
80 B
Ruby
7 lines
80 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:invited_user) do
|
||
|
user
|
||
|
invite
|
||
|
end
|