mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-10 08:22:44 +01:00
52b55dabbb
This is lacking tests (and proper icons), but can talk to a debug provider.
7 lines
94 B
Ruby
7 lines
94 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Fasp
|
|
def self.table_name_prefix
|
|
'fasp_'
|
|
end
|
|
end
|