logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

web.rb (92B)


  1. # frozen_string_literal: true
  2. module Web
  3. def self.table_name_prefix
  4. 'web_'
  5. end
  6. end