Guest User

Untitled

a guest
Mar 5th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def authenticate
  2. authenticate_or_request_with_http_basic do |username, password|
  3. username == "joe" && password == "secret"
  4. end
  5. end
Add Comment
Please, Sign In to add comment