Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
if bcrypt is not loaded, give instructions of how to install it
  • Loading branch information
dcrec1 authored and binarylogic committed Nov 12, 2009
1 parent 7b66633 commit 2a33f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/authlogic/crypto_providers/bcrypt.rb
@@ -1,6 +1,7 @@
begin
require "bcrypt"
rescue LoadError
"sudo gem install bcrypt-ruby"
end

module Authlogic
Expand Down

0 comments on commit 2a33f3e

Please sign in to comment.