Closed phyrog closed 6 years ago
This fixes a bug with Devise 4.4.2 and upwards, which now expects the User model to have a new_record? method, see https://github.com/plataformatec/devise/blob/d870c0dced8499931495e07190aa8a9ff8caaadf/lib/devise/models/trackable.rb#L34-L37
new_record?
@eugenk could you do a new release in the next couple of days for this?
Done
This fixes a bug with Devise 4.4.2 and upwards, which now expects the User model to have a
new_record?
method, see https://github.com/plataformatec/devise/blob/d870c0dced8499931495e07190aa8a9ff8caaadf/lib/devise/models/trackable.rb#L34-L37