6 lines
67 B
Ruby
6 lines
67 B
Ruby
module Report
|
|
def self.table_name_prefix
|
|
"report_"
|
|
end
|
|
end
|