Skip to content

Instantly share code, notes, and snippets.

@adamcooke
Created December 15, 2015 12:32
Show Gist options
  • Save adamcooke/f3b689a420aeaf61b3d2 to your computer and use it in GitHub Desktop.
Save adamcooke/f3b689a420aeaf61b3d2 to your computer and use it in GitHub Desktop.
if user = User.authenticate(username, password)
session[:user_id] = user.id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment