mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-05 22:43:45 +01:00
7 lines
118 B
Ruby
7 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator('Admin::ActionLog') do
|
|
account nil
|
|
action 'MyString'
|
|
target nil
|
|
end
|