6 lines
73 B
Ruby
6 lines
73 B
Ruby
module Dashboard
|
|
def self.table_name_prefix
|
|
"dashboard_"
|
|
end
|
|
end
|