mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 18:35:13 +00:00
5 lines
69 B
Ruby
5 lines
69 B
Ruby
module Backend
|
|
def self.table_name_prefix
|
|
"backend_"
|
|
end
|
|
end
|