6 lines
77 B
Ruby
6 lines
77 B
Ruby
module Legislation
|
|
def self.table_name_prefix
|
|
'legislation_'
|
|
end
|
|
end
|