mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-29 14:35:06 +01:00
f136a9cf0f
This is lacking tests (and proper icons), but can talk to a debug provider.
8 lines
94 B
Ruby
8 lines
94 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Fasp
|
|
def self.table_name_prefix
|
|
'fasp_'
|
|
end
|
|
end
|