]> cat aescling's git repositories - mastodon.git/blob - app/models/web.rb
Add extended about page stub
[mastodon.git] / app / models / web.rb
1 # frozen_string_literal: true
2
3 module Web
4 def self.table_name_prefix
5 'web_'
6 end
7 end
This page took 0.065151 seconds and 4 git commands to generate.