]> cat aescling's git repositories - mastodon.git/blob - app/models/admin.rb
Bump aws-sdk-s3 from 1.89.0 to 1.91.0 (#15879)
[mastodon.git] / app / models / admin.rb
1 # frozen_string_literal: true
2
3 module Admin
4 def self.table_name_prefix
5 'admin_'
6 end
7 end
This page took 0.069474 seconds and 4 git commands to generate.