Skip to content

Commit

Permalink
Removing hard dependency on ActiveModel for BCrypt as per issue #2687
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredonline committed Aug 30, 2011
1 parent bd4bd3f commit 185bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/secure_password.rb
@@ -1,4 +1,4 @@
require 'bcrypt'
autoload :BCrypt, 'bcrypt'

module ActiveModel
module SecurePassword
Expand Down

0 comments on commit 185bb8f

Please sign in to comment.