1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-20 09:33:49 -05:00

8 lines
92 B
Ruby
Raw Normal View History

2017-01-13 03:24:41 +01:00
# frozen_string_literal: true
module Web
def self.table_name_prefix
'web_'
end
end