index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
admin.rb
blob: d41d184490ca92a225ae98dbc2a3facfa3b0e4e4 (
plain
) (
blame
)
1
2
3
4
5
6
7
# frozen_string_literal: true module Admin def self.table_name_prefix 'admin_' end end