heartcombo--devise/lib
Lucas Mazza 3e1c9e343c
Add `Devise.activerecord51?`
Active Record changed it's public API, so we should check against its
version instead of Rails as it is possible to use Rails 5.1 with Mongoid,
which still has the older Dirty API.

However, this patch does not fixes a scenario where an app has both
Active Record and Mongoid loaded. It should be fixed by either normalizing
the Mongoid/ActiveRecord API or replacing the conditional method
definitions with a shim layer that abstracts this away.
2017-05-10 17:09:38 -03:00
..
devise Add `Devise.activerecord51?` 2017-05-10 17:09:38 -03:00
generators Display unconfirmed email when using reconfirmable and email changed notification 2017-03-15 11:47:47 -03:00
devise.rb Add `Devise.activerecord51?` 2017-05-10 17:09:38 -03:00