6 lines
73 B
Ruby
6 lines
73 B
Ruby
|
|
module Opendoors
|
||
|
|
def self.table_name_prefix
|
||
|
|
'opendoors_'
|
||
|
|
end
|
||
|
|
end
|