~cytrogen/masto-fe

ref: 9f5deb310b9e5c26eb3c0af018e92a4e6072661b masto-fe/app/models/web.rb -rw-r--r-- 92 bytes
9f5deb31 — Matt Jankowski Fix Performance/MapCompact cop (#24797) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

module Web
  def self.table_name_prefix
    'web_'
  end
end