Skip to content

Instantly share code, notes, and snippets.

@l4u
Created May 7, 2012 08:25
Show Gist options
  • Save l4u/2626643 to your computer and use it in GitHub Desktop.
Save l4u/2626643 to your computer and use it in GitHub Desktop.
assaf/rack-oauth2-server reuse mongoid config
mongoid_config = Mongoid.load! Rails.root.join('config/mongoid.yml')
config.oauth.database = Mongo::Connection.new(mongoid_config['host'], mongoid_config['port']).db(mongoid_config['database'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment