Skip to content

Instantly share code, notes, and snippets.

@bernardobarreto
Created November 20, 2017 09:33
Show Gist options
  • Save bernardobarreto/dd2a731c84aae2600976de8df5ca65a8 to your computer and use it in GitHub Desktop.
Save bernardobarreto/dd2a731c84aae2600976de8df5ca65a8 to your computer and use it in GitHub Desktop.
mongodb model using secondary client and database with sharding example
class Url
include Mongoid::Document
store_in database: 'db2_development', client: 'secondary'
shard_key :id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment