This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
c5a4dc9118
mastodon
/
app
/
models
/
admin.rb
8 lines
96 B
Ruby
Raw
Blame
History
# frozen_string_literal: true
module
Admin
def
self
.
table_name_prefix
'admin_'
end
end
Reference in New Issue
View Git Blame
Copy Permalink