2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00
mastodon/app/models/fasp.rb
2025-03-28 12:16:40 +00:00

8 lines
94 B
Ruby

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