logo

mastofe

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

admin.rb (96B)


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