7 lines
No EOL
104 B
Ruby
7 lines
No EOL
104 B
Ruby
module Mongo
|
|
def self.table_name_prefix
|
|
"mongo_"
|
|
end
|
|
|
|
class User < ActiveRecord::Base; end
|
|
end |