Method: MongoModel::Configuration#connection_options
- Defined in:
- lib/mongomodel/support/configuration.rb
#connection_options ⇒ Object
63 64 65 |
# File 'lib/mongomodel/support/configuration.rb', line 63 def .except('host', 'port', 'database', 'username', 'password', 'replicas').symbolize_keys end |