Minor correction over generated User model
The devise modules :database_authenticatable
and :validatable
are being already added (although with some changes) by the Authegy::User
class.
This release includes a minor correction to the User
model template to reflect this.