9617db2078
The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
6 lines
65 B
Ruby
6 lines
65 B
Ruby
module Admin
|
|
def self.table_name_prefix
|
|
"admin_"
|
|
end
|
|
end
|