otwa-aggie/app/models/opendoors.rb
2026-08-13 00:44:25 -04:00

5 lines
73 B
Ruby

module Opendoors
def self.table_name_prefix
'opendoors_'
end
end