identity-vault/app/models/backend.rb
2025-09-02 13:53:47 -04:00

5 lines
69 B
Ruby

module Backend
def self.table_name_prefix
"backend_"
end
end