Skip to content

Commit

Permalink
[merb-auth-more] Fixed dm-0.10.0 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Sep 27, 2009
1 parent d93ba1b commit c421ccc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ module DMClassMethods
def self.extended(base)
base.class_eval do

property :crypted_password, String, :size => 60
property :crypted_password, String, :length => 60

if Merb::Authentication::Mixins::SaltedUser > base
property :salt, String
Expand Down

0 comments on commit c421ccc

Please sign in to comment.