mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
8 lines
96 B
Ruby
8 lines
96 B
Ruby
# frozen_string_literal: true
|
|
|
|
module OAuth
|
|
def self.table_name_prefix
|
|
'oauth_'
|
|
end
|
|
end
|