0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-03-21 17:39:31 +00:00
mastodon/app/models/web.rb

8 lines
92 B
Ruby
Raw Normal View History

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