Final Steps

Set the following environment variables:
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET

These can be obtained from: https://console.developers.google.com

Run

    rake db:migrate

Add the following to the correct sign in/up templates:

    <%= link_to "Sign in with Google+", "/auth/google_oauth2" %>