I would like to manually create new Users, without forcing them to verify their email address.
User
The idea is to allow existing users to automatically add
I just want to add for future reference that since Devise 2.2 there is now a skip_confirmation_notification! method available as well which basically does everything from Matheus' post without redefining the methods in the model.
skip_confirmation_notification!