phatworx / devise_security_extension

An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.
MIT License
747 stars 346 forks source link

Update password_expirable.rb #237

Closed kelly-croswell closed 6 years ago

kelly-croswell commented 6 years ago

Fixnum is deprecated in the latest version of Rails. Update to Integer.