Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created March 21, 2012 12:47
Show Gist options
  • Save KensoDev/2146676 to your computer and use it in GitHub Desktop.
Save KensoDev/2146676 to your computer and use it in GitHub Desktop.
Resque::Server.use(Rack::Auth::Basic) do |user, password|
password == "some_password"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment