mirror of
https://github.com/whippyshou/mastodon
synced 2025-01-06 01:43:25 +09:00
7 lines
80 B
Ruby
7 lines
80 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:favourite) do
|
|
account
|
|
status
|
|
end
|