This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/models/web.rb

8 lines
92 B
Ruby
Raw Normal View History

2017-01-12 21:24:41 -05:00
# frozen_string_literal: true
module Web
def self.table_name_prefix
'web_'
end
end