mastodon/app/models/fasp.rb
David Roetzel 52b55dabbb
First tiny steps towards FASP integration
This is lacking tests (and proper icons), but can talk
to a debug provider.
2025-01-06 08:58:07 +01:00

7 lines
94 B
Ruby

# frozen_string_literal: true
module Fasp
def self.table_name_prefix
'fasp_'
end
end