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