Guest User

Untitled

a guest
Jun 13th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. authenticate_with_http_basic do |username, password|
  2. # This has to return true to let the user in
  3. username == 'something' && password == 'something'
  4. end
Add Comment
Please, Sign In to add comment