Skip to content

Instantly share code, notes, and snippets.

@Carpetfizz
Last active December 30, 2016 06:35
Show Gist options
  • Save Carpetfizz/6a741cc53b1a9c3ea6fe324e3da7e862 to your computer and use it in GitHub Desktop.
Save Carpetfizz/6a741cc53b1a9c3ea6fe324e3da7e862 to your computer and use it in GitHub Desktop.
Rails.application.config.middleware.use OmniAuth::Builder do
provider :google_oauth2, "GOOGLE_CLIENT_ID", "GOOGLE_CLIENT_SECRET"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment