6 lines
67 B
Ruby
6 lines
67 B
Ruby
module Survey
|
|
def self.table_name_prefix
|
|
'survey_'
|
|
end
|
|
end
|