mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
7 lines
80 B
Ruby
7 lines
80 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:invited_user) do
|
||
|
user
|
||
|
invite
|
||
|
end
|