1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-25 15:46:35 +09:00
whippy-edition/app/models/web.rb

8 lines
92 B
Ruby
Raw Normal View History

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