mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 21:05:10 +00:00
5 lines
67 B
Ruby
5 lines
67 B
Ruby
module Public
|
|
def self.table_name_prefix
|
|
"public_"
|
|
end
|
|
end
|