6 lines
67 B
Ruby
6 lines
67 B
Ruby
module Widget
|
|
def self.table_name_prefix
|
|
"widget_"
|
|
end
|
|
end
|