mastodon/app/models/fasp.rb

10 lines
142 B
Ruby
Raw Permalink Normal View History

2025-03-28 13:16:40 +01:00
# frozen_string_literal: true
module Fasp
DATA_CATEGORIES = %w(account content).freeze
2025-03-28 13:16:40 +01:00
def self.table_name_prefix
'fasp_'
end
end