mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-11 00:27:55 -05:00
* Fix `ActiveRecord` check on `Confirmable` As pointed out by @dark-panda in #4302, the condition for an `ActiveRecord` model is wrong inside the `Confirmable` initialization block. https://github.com/plataformatec/devise/pull/4302#issuecomment-355103489 * Add specs