Skip to content

Instantly share code, notes, and snippets.

@avgerin0s
Last active December 14, 2015 10:59
Show Gist options
  • Save avgerin0s/5075569 to your computer and use it in GitHub Desktop.
Save avgerin0s/5075569 to your computer and use it in GitHub Desktop.
...
def getmein
@user = User.where(username: "ausername").first
authentication = Authentication.where(user_id: @user.id, provider: "github").first
sign_in_and_redirect(:user, authentication.user)
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment