mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-07 04:55:13 +00:00
4 lines
96 B
Ruby
4 lines
96 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator :access_token, from: 'Doorkeeper::AccessToken' do
|
|
end
|