Last active
December 30, 2016 06:35
-
-
Save Carpetfizz/6a741cc53b1a9c3ea6fe324e3da7e862 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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