Files
fizzy/app/models/ai.rb
T
2025-08-25 10:30:43 +02:00

6 lines
59 B
Ruby

module Ai
def self.table_name_prefix
"ai_"
end
end