admin.rb 96 B

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