mirror of
https://github.com/mastodon/mastodon
synced 2024-11-24 07:06:18 +09:00
5 lines
96 B
Ruby
5 lines
96 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator :access_token, from: 'Doorkeeper::AccessToken' do
|
|
end
|