mastodon/app/models/oauth.rb

8 lines
96 B
Ruby

# frozen_string_literal: true
module OAuth
def self.table_name_prefix
'oauth_'
end
end