Skip to content

Instantly share code, notes, and snippets.

@esparkman
Created October 19, 2010 19:42
Show Gist options
  • Select an option

  • Save esparkman/634934 to your computer and use it in GitHub Desktop.

Select an option

Save esparkman/634934 to your computer and use it in GitHub Desktop.
Rails.application.config.middleware.use OmniAuth::Builder do
provider :google_apps, OpenID::Store::Filesystem.new('/tmp'), :domain => 'starrobbins.com'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment