mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-27 12:55:32 -05:00
6 lines
71 B
Ruby
6 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:setting) do
|
|
var 'var'
|
|
end
|