Environment
- Ruby 2.7.1
- Rails 6.0.3.3
- Devise 4.8.0
Current behavior
When trying to reset a password this error is produced after using the link with the token. it seems like it is expecting reset_password_sent_at to be a Date object but it is a string. This is running on a recent install of devise - i am using sequel ORM rather than active record but i don't think that should affect anything controller side.
