otwarchive-sunsetarchive/app/models/opendoors.rb
2026-03-17 01:16:49 -04:00

5 lines
73 B
Ruby
Executable file

module Opendoors
def self.table_name_prefix
'opendoors_'
end
end