mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-29 03:20:26 -05:00
6 lines
87 B
Ruby
6 lines
87 B
Ruby
Fabricator('Admin::ActionLog') do
|
|
account nil
|
|
action 'MyString'
|
|
target nil
|
|
end
|